ArcFM Responder Mobile Developer Guide
SetProposedGeometry Method (IMMProposedObject3)






Syntax
'Declaration
 
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 IMMProposedObject3
Dim pGeometry As ESRI.ArcGIS.Geometry.IGeometry
Dim dRotationAngle As System.Double
Dim eRotationType As ESRI.ArcGIS.Carto.esriSymbolRotationType
 
instance.SetProposedGeometry(pGeometry, dRotationAngle, eRotationType)
void SetProposedGeometry( 
   ESRI.ArcGIS.Geometry.IGeometry pGeometry,
   System.double dRotationAngle,
   ESRI.ArcGIS.Carto.esriSymbolRotationType eRotationType
)
procedure SetProposedGeometry( 
    pGeometry: ESRI.ArcGIS.Geometry.IGeometry;
    dRotationAngle: System.Double;
    eRotationType: ESRI.ArcGIS.Carto.esriSymbolRotationType
); 
function SetProposedGeometry( 
   pGeometry : ESRI.ArcGIS.Geometry.IGeometry,
   dRotationAngle : System.double,
   eRotationType : ESRI.ArcGIS.Carto.esriSymbolRotationType
);
void SetProposedGeometry( 
   ESRI.ArcGIS.Geometry.IGeometry* pGeometry,
   System.double dRotationAngle,
   ESRI.ArcGIS.Carto.esriSymbolRotationType eRotationType
) 
void SetProposedGeometry( 
   ESRI.ArcGIS.Geometry.IGeometry^ pGeometry,
   System.double dRotationAngle,
   ESRI.ArcGIS.Carto.esriSymbolRotationType 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

IMMProposedObject3 Interface
IMMProposedObject3 Members

Send Feedback