ArcFM Solution Developer Guide
Wall Constructor


The 2-dimensional GIS coordinates that describe the orientation of the wall in the XY plane of the GIS coordinate system.
Constructs a Wall.
Syntax
'Declaration
 
Public Function New( _
   ByVal gisWallLine As SE.Geospatial.Spatial.LineSegment, _
   ByVal gisWallOutline As SE.Geospatial.Spatial.IBoundedObject, _
   ByVal wallHeight As System.Double, _
   Optional ByVal floorElevation As System.Double _
)
'Usage
 
Dim gisWallLine As SE.Geospatial.Spatial.LineSegment
Dim gisWallOutline As SE.Geospatial.Spatial.IBoundedObject
Dim wallHeight As System.Double
Dim floorElevation As System.Double
 
Dim instance As New Wall(gisWallLine, gisWallOutline, wallHeight, floorElevation)
public Wall( 
   SE.Geospatial.Spatial.LineSegment gisWallLine,
   SE.Geospatial.Spatial.IBoundedObject gisWallOutline,
   System.double wallHeight,
   System.double floorElevation
)

Parameters

gisWallLine
The 2-dimensional GIS coordinates that describe the orientation of the wall in the XY plane of the GIS coordinate system.
gisWallOutline
wallHeight
floorElevation
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

Wall Class
Wall Members

 

 


Send Comment