ArcFM Engine Developer Guide
CalculateFeatureGeometry Method


Calculates feature geometry based on reference point, angle, and relative geometry.
Syntax
'Declaration
 
Sub CalculateFeatureGeometry( _
   ByVal pReferencePoint As ESRI.ArcGIS.Geometry.IPoint, _
   ByVal dRotationAngle As Double _
) 
'Usage
 
Dim instance As IMMRelativeGeometry
Dim pReferencePoint As ESRI.ArcGIS.Geometry.IPoint
Dim dRotationAngle As Double
 
instance.CalculateFeatureGeometry(pReferencePoint, dRotationAngle)
void CalculateFeatureGeometry( 
   ESRI.ArcGIS.Geometry.IPoint pReferencePoint,
   double dRotationAngle
)

Parameters

pReferencePoint
dRotationAngle
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

IMMRelativeGeometry Interface
IMMRelativeGeometry Members

 

 


Send Comment