ArcFM Solution Developer Guide
GetBoundingBox Method


Syntax
'Declaration
 
Public Shared Function GetBoundingBox( _
   ByVal shape As DuctCrossSectionShape, _
   ByVal centerOfCrossSection As SE.Geospatial.Spatial.Coordinate, _
   ByVal diameterOfInscribedCircleInMapUnits As System.Double _
) As SE.Geospatial.Spatial.BoundingBox
'Usage
 
Dim shape As DuctCrossSectionShape
Dim centerOfCrossSection As SE.Geospatial.Spatial.Coordinate
Dim diameterOfInscribedCircleInMapUnits As System.Double
Dim value As SE.Geospatial.Spatial.BoundingBox
 
value = ConduitLayoutGeometry.GetBoundingBox(shape, centerOfCrossSection, diameterOfInscribedCircleInMapUnits)
public static SE.Geospatial.Spatial.BoundingBox GetBoundingBox( 
   DuctCrossSectionShape shape,
   SE.Geospatial.Spatial.Coordinate centerOfCrossSection,
   System.double diameterOfInscribedCircleInMapUnits
)

Parameters

shape
centerOfCrossSection
diameterOfInscribedCircleInMapUnits
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