ArcFM Responder Mobile Developer Guide
SupportsEditingShape Property






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(32)>
Property SupportsEditingShape As System.Boolean
'Usage
 
Dim instance As IMMObjectEditor
Dim value As System.Boolean
 
instance.SupportsEditingShape = value
 
value = instance.SupportsEditingShape
[System.Runtime.InteropServices.DispId(32)]
System.bool SupportsEditingShape {get; set;}
read-write property SupportsEditingShape: System.Boolean; 
System.Runtime.InteropServices.DispIdAttribute(32)
function get,set SupportsEditingShape : System.boolean
[System.Runtime.InteropServices.DispId(32)]
__property System.bool get_SupportsEditingShape();
__property void set_SupportsEditingShape( 
   System.bool value
);
[System.Runtime.InteropServices.DispId(32)]
property System.bool SupportsEditingShape {
   System.bool get();
   void set (    System.bool value);
}
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

IMMObjectEditor Interface
IMMObjectEditor Members

Send Feedback