ArcFM Responder Mobile Developer Guide
CalculateFeatureGeometry Method (IMMRelativeGeometry)






Syntax
'Declaration
 
Sub CalculateFeatureGeometry( _
   ByVal pReferencePoint As ESRI.ArcGIS.Geometry.IPoint, _
   ByVal dRotationAngle As System.Double _
) 
'Usage
 
Dim instance As IMMRelativeGeometry
Dim pReferencePoint As ESRI.ArcGIS.Geometry.IPoint
Dim dRotationAngle As System.Double
 
instance.CalculateFeatureGeometry(pReferencePoint, dRotationAngle)
void CalculateFeatureGeometry( 
   ESRI.ArcGIS.Geometry.IPoint pReferencePoint,
   System.double dRotationAngle
)
procedure CalculateFeatureGeometry( 
    pReferencePoint: ESRI.ArcGIS.Geometry.IPoint;
    dRotationAngle: System.Double
); 
function CalculateFeatureGeometry( 
   pReferencePoint : ESRI.ArcGIS.Geometry.IPoint,
   dRotationAngle : System.double
);
void CalculateFeatureGeometry( 
   ESRI.ArcGIS.Geometry.IPoint* pReferencePoint,
   System.double dRotationAngle
) 
void CalculateFeatureGeometry( 
   ESRI.ArcGIS.Geometry.IPoint^ pReferencePoint,
   System.double dRotationAngle
) 

Parameters

pReferencePoint
dRotationAngle
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMRelativeGeometry Interface
IMMRelativeGeometry Members

Send Feedback