ArcFM Solution Developer Guide
EditTaskID Property






The ID of the edit task assigned to the field.
Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678274)>
Property EditTaskID As ESRI.ArcGIS.esriSystem.UID
'Usage
 
Dim instance As IMMSubtype
Dim value As ESRI.ArcGIS.esriSystem.UID
 
instance.EditTaskID = value
 
value = instance.EditTaskID
[System.Runtime.InteropServices.DispId(1610678274)]
ESRI.ArcGIS.esriSystem.UID EditTaskID {get; set;}
read-write property EditTaskID: ESRI.ArcGIS.esriSystem.UID; 
System.Runtime.InteropServices.DispIdAttribute(1610678274)
function get,set EditTaskID : ESRI.ArcGIS.esriSystem.UID
[System.Runtime.InteropServices.DispId(1610678274)]
__property ESRI.ArcGIS.esriSystem.UID* get_EditTaskID();
__property void set_EditTaskID( 
   ESRI.ArcGIS.esriSystem.UID* value
);
[System.Runtime.InteropServices.DispId(1610678274)]
property ESRI.ArcGIS.esriSystem.UID^ EditTaskID {
   ESRI.ArcGIS.esriSystem.UID^ get();
   void set (    ESRI.ArcGIS.esriSystem.UID^ value);
}

Property Value

IUID
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

IMMSubtype Interface
IMMSubtype Members

Send Feedback