ArcFM Solution Developer Guide
CircumscribeHexagon Method


Generate quadrant-1 vertices for a hexagon that circumscribes a circle of the given diameter
Syntax
'Declaration
 
Public Shared Function CircumscribeHexagon( _
   ByVal diameter As System.Double _
) As System.Windows.Media.PointCollection
'Usage
 
Dim diameter As System.Double
Dim value As System.Windows.Media.PointCollection
 
value = ConduitLayoutGeometry.CircumscribeHexagon(diameter)
public static System.Windows.Media.PointCollection CircumscribeHexagon( 
   System.double diameter
)

Parameters

diameter
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