ArcFM Engine Developer Guide
SetProposedGeometry Method (IMMProposedObject3)


Syntax
'Declaration
 
Sub SetProposedGeometry( _
   ByVal pGeometry As ESRI.ArcGIS.Geometry.IGeometry, _
   ByVal dRotationAngle As Double, _
   ByVal eRotationType As ESRI.ArcGIS.Carto.esriSymbolRotationType _
) 
'Usage
 
Dim instance As IMMProposedObject3
Dim pGeometry As ESRI.ArcGIS.Geometry.IGeometry
Dim dRotationAngle As Double
Dim eRotationType As ESRI.ArcGIS.Carto.esriSymbolRotationType
 
instance.SetProposedGeometry(pGeometry, dRotationAngle, eRotationType)
void SetProposedGeometry( 
   ESRI.ArcGIS.Geometry.IGeometry pGeometry,
   double dRotationAngle,
   ESRI.ArcGIS.Carto.esriSymbolRotationType eRotationType
)

Parameters

pGeometry
dRotationAngle
eRotationType
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IMMProposedObject3 Interface
IMMProposedObject3 Members

 

 


Send Comment