ArcFM Engine Developer Guide
CalculateRelativeGeometry Method


Calculate relative geometry based on reference point and feature geometry.
Syntax
'Declaration
 
Sub CalculateRelativeGeometry( _
   ByVal pReferencePoint As ESRI.ArcGIS.Geometry.IPoint, _
   ByVal pFeatureGeometry As ESRI.ArcGIS.Geometry.IGeometry _
) 
'Usage
 
Dim instance As IMMRelativeGeometry
Dim pReferencePoint As ESRI.ArcGIS.Geometry.IPoint
Dim pFeatureGeometry As ESRI.ArcGIS.Geometry.IGeometry
 
instance.CalculateRelativeGeometry(pReferencePoint, pFeatureGeometry)
void CalculateRelativeGeometry( 
   ESRI.ArcGIS.Geometry.IPoint pReferencePoint,
   ESRI.ArcGIS.Geometry.IGeometry pFeatureGeometry
)

Parameters

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