ArcFM Solution Developer Guide
GetWallCoordinate(Coordinate3D,LineSegment,Double) Method


Syntax
'Declaration
 
<System.Runtime.CompilerServices.ExtensionAttribute()>
Public Overloads Shared Function GetWallCoordinate( _
   ByVal gisCoordinate3D As SE.Geospatial.Spatial.Coordinate3D, _
   ByVal gisWallFootprintOnGround2D As SE.Geospatial.Spatial.LineSegment, _
   ByVal wallSnappingTolerance As System.Double _
) As SE.Geospatial.Spatial.Coordinate
'Usage
 
Dim gisCoordinate3D As SE.Geospatial.Spatial.Coordinate3D
Dim gisWallFootprintOnGround2D As SE.Geospatial.Spatial.LineSegment
Dim wallSnappingTolerance As System.Double
Dim value As SE.Geospatial.Spatial.Coordinate
 
value = ConduitLayoutGeometry.GetWallCoordinate(gisCoordinate3D, gisWallFootprintOnGround2D, wallSnappingTolerance)
[System.Runtime.CompilerServices.Extension()]
public static SE.Geospatial.Spatial.Coordinate GetWallCoordinate( 
   SE.Geospatial.Spatial.Coordinate3D gisCoordinate3D,
   SE.Geospatial.Spatial.LineSegment gisWallFootprintOnGround2D,
   System.double wallSnappingTolerance
)

Parameters

gisCoordinate3D
gisWallFootprintOnGround2D
wallSnappingTolerance
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

ConduitLayoutGeometry Class
ConduitLayoutGeometry Members
Overload List

 

 


Send Comment