ArcFM Solution Developer Guide
ConvertGisPoint3DToWallCoordinateXY(PointGeometry3D,LineSegment,Double) Method


Syntax
'Declaration
 
Public Overloads Shared Function ConvertGisPoint3DToWallCoordinateXY( _
   ByVal gisPoint3D As SE.Geospatial.Spatial.PointGeometry3D, _
   ByVal gisWallFootprintOnGround2D As SE.Geospatial.Spatial.LineSegment, _
   ByVal wallSnappingTolerance As System.Double _
) As SE.Geospatial.Spatial.Coordinate
'Usage
 
Dim gisPoint3D As SE.Geospatial.Spatial.PointGeometry3D
Dim gisWallFootprintOnGround2D As SE.Geospatial.Spatial.LineSegment
Dim wallSnappingTolerance As System.Double
Dim value As SE.Geospatial.Spatial.Coordinate
 
value = ConduitLayoutGeometry.ConvertGisPoint3DToWallCoordinateXY(gisPoint3D, gisWallFootprintOnGround2D, wallSnappingTolerance)
public static SE.Geospatial.Spatial.Coordinate ConvertGisPoint3DToWallCoordinateXY( 
   SE.Geospatial.Spatial.PointGeometry3D gisPoint3D,
   SE.Geospatial.Spatial.LineSegment gisWallFootprintOnGround2D,
   System.double wallSnappingTolerance
)

Parameters

gisPoint3D
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