ArcFM Responder Mobile Developer Guide
CalculateFeatureGeometry Method (MMGisUnitClass)






Syntax
'Declaration
 
Public Overridable Sub CalculateFeatureGeometry( _
   ByVal pReferencePoint As ESRI.ArcGIS.Geometry.IPoint, _
   ByVal dRotationAngle As System.Double _
) 
'Usage
 
Dim instance As MMGisUnitClass
Dim pReferencePoint As ESRI.ArcGIS.Geometry.IPoint
Dim dRotationAngle As System.Double
 
instance.CalculateFeatureGeometry(pReferencePoint, dRotationAngle)
public virtual void CalculateFeatureGeometry( 
   ESRI.ArcGIS.Geometry.IPoint pReferencePoint,
   System.double dRotationAngle
)
public procedure CalculateFeatureGeometry( 
    pReferencePoint: ESRI.ArcGIS.Geometry.IPoint;
    dRotationAngle: System.Double
); virtual; 
public function CalculateFeatureGeometry( 
   pReferencePoint : ESRI.ArcGIS.Geometry.IPoint,
   dRotationAngle : System.double
);
public: virtual void CalculateFeatureGeometry( 
   ESRI.ArcGIS.Geometry.IPoint* pReferencePoint,
   System.double dRotationAngle
) 
public:
virtual 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

MMGisUnitClass Class
MMGisUnitClass Members

Send Feedback