ArcFM Solution Developer Guide
ConvertDuctEndCoordinate3DToWallCoordinate2D Method


Translate the duct end's GIS coordinates to the wall coordinates. - Wall coordinate Origin (0,0) corresponds to the GIS 2D point at the left end of the wall, viewed from inside the vault (wallPogLeftToRight.P1). - Wall coordinate units are GIS map units (usually either feet or meters)
Syntax
'Declaration
 
Public Shared Function ConvertDuctEndCoordinate3DToWallCoordinate2D( _
   ByVal ductEndPoint As SE.Geospatial.Spatial.Coordinate3D, _
   ByVal referencePointOnGround As SE.Geospatial.Spatial.Coordinate _
) As SE.Geospatial.Spatial.Coordinate
'Usage
 
Dim ductEndPoint As SE.Geospatial.Spatial.Coordinate3D
Dim referencePointOnGround As SE.Geospatial.Spatial.Coordinate
Dim value As SE.Geospatial.Spatial.Coordinate
 
value = ConduitLayoutGeometry.ConvertDuctEndCoordinate3DToWallCoordinate2D(ductEndPoint, referencePointOnGround)
public static SE.Geospatial.Spatial.Coordinate ConvertDuctEndCoordinate3DToWallCoordinate2D( 
   SE.Geospatial.Spatial.Coordinate3D ductEndPoint,
   SE.Geospatial.Spatial.Coordinate referencePointOnGround
)

Parameters

ductEndPoint
referencePointOnGround
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

 

 


Send Comment