ArcFM Solution Developer Guide
ConvertGisPoint3DToWallCoordinate Method


Syntax
'Declaration
 
Public Function ConvertGisPoint3DToWallCoordinate( _
   ByVal gisPoint As SE.Geospatial.Spatial.PointGeometry3D _
) As SE.Geospatial.Spatial.Coordinate
'Usage
 
Dim instance As Wall
Dim gisPoint As SE.Geospatial.Spatial.PointGeometry3D
Dim value As SE.Geospatial.Spatial.Coordinate
 
value = instance.ConvertGisPoint3DToWallCoordinate(gisPoint)
public SE.Geospatial.Spatial.Coordinate ConvertGisPoint3DToWallCoordinate( 
   SE.Geospatial.Spatial.PointGeometry3D gisPoint
)

Parameters

gisPoint

Return Value

The position of the given gisPoint on the wall, using a 2D wall coordinate system whose origin is the left edge of the wall at the floor. The coordinate system units are the same as the units of the gisPoint and the GisWallLine, i.e. the map units of the GIS coordinate system.
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