ArcFM Solution Developer Guide
ConvertGisPath3DToWallPath Method


Converts a 3D path, in the map's coordinate system to a 2D path in the wall's coordinates, where the lower left is the bottom left corner of the wall.
Syntax
'Declaration
 
Public Function ConvertGisPath3DToWallPath( _
   ByVal gisPath As SE.Geospatial.Spatial.PathGeometry3D _
) As SE.Geospatial.Spatial.PathGeometry
'Usage
 
Dim instance As Wall
Dim gisPath As SE.Geospatial.Spatial.PathGeometry3D
Dim value As SE.Geospatial.Spatial.PathGeometry
 
value = instance.ConvertGisPath3DToWallPath(gisPath)
public SE.Geospatial.Spatial.PathGeometry ConvertGisPath3DToWallPath( 
   SE.Geospatial.Spatial.PathGeometry3D gisPath
)

Parameters

gisPath

Return Value

A 2D path in wall coordiantes.
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