Miner.Interop.Framework Assembly > Miner.Interop Namespace > IMMEditTask Interface : SetProposedGeometry Method |
This method executes when the user finishes the edit sketch in ArcMap, immediately after the OnFinishSketch method on the IEditTask interface. Set the shape of the proposed object in this method.
'Declaration Sub SetProposedGeometry( _ ByVal pProposed As IMMProposedObject _ )
'Usage Dim instance As IMMEditTask Dim pProposed As IMMProposedObject instance.SetProposedGeometry(pProposed)
void SetProposedGeometry( IMMProposedObject pProposed )
This method is NOT called when creating a template edit task. IMMEditTask calls IMMProposedObject2::SetProposedGeometry to allow the geometry to come from the template itself.
Visual Basic | Copy Code | |
---|---|---|
|
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.