ArcFM Solution Developer Guide
ConstructGisPointForFarDuctEnd Method (ConduitLayoutGeometry)


Syntax
'Declaration
 
Public Shared Function ConstructGisPointForFarDuctEnd( _
   ByVal nearDuctEndWallCoordinate As SE.Geospatial.Spatial.Coordinate, _
   ByVal nearDuctBankEndGisPoint As SE.Geospatial.Spatial.Coordinate3D, _
   ByVal farDuctBankEndGisPoint As SE.Geospatial.Spatial.Coordinate3D, _
   ByVal nearWall As Wall, _
   ByVal farWall As Wall _
) As SE.Geospatial.Spatial.PointGeometry3D
'Usage
 
Dim nearDuctEndWallCoordinate As SE.Geospatial.Spatial.Coordinate
Dim nearDuctBankEndGisPoint As SE.Geospatial.Spatial.Coordinate3D
Dim farDuctBankEndGisPoint As SE.Geospatial.Spatial.Coordinate3D
Dim nearWall As Wall
Dim farWall As Wall
Dim value As SE.Geospatial.Spatial.PointGeometry3D
 
value = ConduitLayoutGeometry.ConstructGisPointForFarDuctEnd(nearDuctEndWallCoordinate, nearDuctBankEndGisPoint, farDuctBankEndGisPoint, nearWall, farWall)
public static SE.Geospatial.Spatial.PointGeometry3D ConstructGisPointForFarDuctEnd( 
   SE.Geospatial.Spatial.Coordinate nearDuctEndWallCoordinate,
   SE.Geospatial.Spatial.Coordinate3D nearDuctBankEndGisPoint,
   SE.Geospatial.Spatial.Coordinate3D farDuctBankEndGisPoint,
   Wall nearWall,
   Wall farWall
)

Parameters

nearDuctEndWallCoordinate
nearDuctBankEndGisPoint
farDuctBankEndGisPoint
nearWall
farWall
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