ArcFM Engine Developer Guide
Geometry Property (IMMEditTask)


This read-only property should return the geometry for the feature being added. This will be the same geometry (shape) that you set for the proposed object. See the SetProposedGeometry method.
Syntax
'Declaration
 
<DispIdAttribute(1610678273)>
ReadOnly Property Geometry As ESRI.ArcGIS.Geometry.IGeometry
'Usage
 
Dim instance As IMMEditTask
Dim value As ESRI.ArcGIS.Geometry.IGeometry
 
value = instance.Geometry
[DispId(1610678273)]
ESRI.ArcGIS.Geometry.IGeometry Geometry {get;}

Property Value

An object that implements the IGeometry interface.

Example
The following code sample show how IMMEditTask::Geometry may be implemented.
Visual Basic Copy Code
Private Property Get IMMEditTask_Geometry() As IGeometry
Set IMMEditTask_Geometry = m_pStartPoint
End Property
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

IMMEditTask Interface
IMMEditTask Members

 

 


Send Comment