ArcFM Responder Mobile Developer Guide
SetProposedGeometry(IGeometry,Double,esriSymbolRotationType) Method






Syntax
public virtual void SetProposedGeometry( 
   ESRI.ArcGIS.Geometry.IGeometry pGeometry,
   System.double dRotationAngle,
   ESRI.ArcGIS.Carto.esriSymbolRotationType eRotationType
)
public procedure SetProposedGeometry( 
    pGeometry: ESRI.ArcGIS.Geometry.IGeometry;
    dRotationAngle: System.Double;
    eRotationType: ESRI.ArcGIS.Carto.esriSymbolRotationType
); virtual; 
public function SetProposedGeometry( 
   pGeometry : ESRI.ArcGIS.Geometry.IGeometry,
   dRotationAngle : System.double,
   eRotationType : ESRI.ArcGIS.Carto.esriSymbolRotationType
);
public: virtual void SetProposedGeometry( 
   ESRI.ArcGIS.Geometry.IGeometry* pGeometry,
   System.double dRotationAngle,
   ESRI.ArcGIS.Carto.esriSymbolRotationType eRotationType
) 
public:
virtual void SetProposedGeometry( 
   ESRI.ArcGIS.Geometry.IGeometry^ pGeometry,
   System.double dRotationAngle,
   ESRI.ArcGIS.Carto.esriSymbolRotationType eRotationType
) 
'Declaration
 
Public Overloads Overridable Sub SetProposedGeometry( _
   ByVal pGeometry As ESRI.ArcGIS.Geometry.IGeometry, _
   ByVal dRotationAngle As System.Double, _
   ByVal eRotationType As ESRI.ArcGIS.Carto.esriSymbolRotationType _
) 
 
'Usage
 
Dim instance As MMCompositeClass
Dim pGeometry As ESRI.ArcGIS.Geometry.IGeometry
Dim dRotationAngle As System.Double
Dim eRotationType As ESRI.ArcGIS.Carto.esriSymbolRotationType
 
instance.SetProposedGeometry(pGeometry, dRotationAngle, eRotationType)

Parameters

pGeometry
dRotationAngle
eRotationType
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

MMCompositeClass Class
MMCompositeClass Members
Overload List

Send Feedback