ArcFM Responder Mobile Developer Guide
CalculateRelativeGeometry Method (IMMRelativeGeometry)






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
)
procedure CalculateRelativeGeometry( 
    pReferencePoint: ESRI.ArcGIS.Geometry.IPoint;
    pFeatureGeometry: ESRI.ArcGIS.Geometry.IGeometry
); 
function CalculateRelativeGeometry( 
   pReferencePoint : ESRI.ArcGIS.Geometry.IPoint,
   pFeatureGeometry : ESRI.ArcGIS.Geometry.IGeometry
);
void CalculateRelativeGeometry( 
   ESRI.ArcGIS.Geometry.IPoint* pReferencePoint,
   ESRI.ArcGIS.Geometry.IGeometry* pFeatureGeometry
) 
void CalculateRelativeGeometry( 
   ESRI.ArcGIS.Geometry.IPoint^ pReferencePoint,
   ESRI.ArcGIS.Geometry.IGeometry^ pFeatureGeometry
) 

Parameters

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