ArcFM Server Developer Guide
CreateBox Method


Syntax
'Declaration
 
Public Shared Function CreateBox( _
   ByVal pPoint As ESRI.ArcGIS.Geometry.IPoint, _
   ByVal dBoxSize As Double, _
   ByVal sBoxName As String, _
   Optional ByVal bFill As Boolean, _
   Optional ByVal bAvailable As Boolean, _
   Optional ByVal dReferenceScale As Double _
) As ESRI.ArcGIS.Carto.IElement
'Usage
 
Dim pPoint As ESRI.ArcGIS.Geometry.IPoint
Dim dBoxSize As Double
Dim sBoxName As String
Dim bFill As Boolean
Dim bAvailable As Boolean
Dim dReferenceScale As Double
Dim value As ESRI.ArcGIS.Carto.IElement
 
value = CommonModule.CreateBox(pPoint, dBoxSize, sBoxName, bFill, bAvailable, dReferenceScale)
public static ESRI.ArcGIS.Carto.IElement CreateBox( 
   ESRI.ArcGIS.Geometry.IPoint pPoint,
   double dBoxSize,
   string sBoxName,
   bool bFill,
   bool bAvailable,
   double dReferenceScale
)

Parameters

pPoint
dBoxSize
sBoxName
bFill
bAvailable
dReferenceScale
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

CommonModule Class
CommonModule Members

 

 


Send Comment