ArcFM Engine Developer Guide
CreateBox Method


Syntax
'Declaration
 
Public Shared Function CreateBox( _
   ByVal pPoint As IPoint, _
   ByVal dBoxSize As Double, _
   ByVal sBoxName As String, _
   ByVal spatialReference As ESRI.ArcGIS.Geometry.ISpatialReference, _
   Optional ByVal bFill As Boolean, _
   Optional ByVal bAvailable As Boolean, _
   Optional ByVal dReferenceScale As Double _
) As ESRI.ArcGIS.Carto.IElement
'Usage
 
Dim pPoint As IPoint
Dim dBoxSize As Double
Dim sBoxName As String
Dim spatialReference As ESRI.ArcGIS.Geometry.ISpatialReference
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, spatialReference, bFill, bAvailable, dReferenceScale)
public static ESRI.ArcGIS.Carto.IElement CreateBox( 
   IPoint pPoint,
   double dBoxSize,
   string sBoxName,
   ESRI.ArcGIS.Geometry.ISpatialReference spatialReference,
   bool bFill,
   bool bAvailable,
   double dReferenceScale
)

Parameters

pPoint
dBoxSize
sBoxName
spatialReference
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