ArcFM Engine Developer Guide
GetHeightWidthAngle Method


Syntax
'Declaration
 
Public Shared Sub GetHeightWidthAngle( _
   ByVal pElement As ESRI.ArcGIS.Carto.IElement, _
   ByRef dHeight As Double, _
   ByRef dWidth As Double, _
   ByRef dAngle As Double, _
   ByRef pShapeType As mmULSShapeType _
) 
'Usage
 
Dim pElement As ESRI.ArcGIS.Carto.IElement
Dim dHeight As Double
Dim dWidth As Double
Dim dAngle As Double
Dim pShapeType As mmULSShapeType
 
CommonModule.GetHeightWidthAngle(pElement, dHeight, dWidth, dAngle, pShapeType)
public static void GetHeightWidthAngle( 
   ESRI.ArcGIS.Carto.IElement pElement,
   ref double dHeight,
   ref double dWidth,
   ref double dAngle,
   ref mmULSShapeType pShapeType
)

Parameters

pElement
dHeight
dWidth
dAngle
pShapeType
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 Feedback