ArcFM Responder Mobile Developer Guide
ElementType Property (IMMTraceStopper)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678280)>
Property ElementType As ESRI.ArcGIS.Geodatabase.esriElementType
'Usage
 
Dim instance As IMMTraceStopper
Dim value As ESRI.ArcGIS.Geodatabase.esriElementType
 
instance.ElementType = value
 
value = instance.ElementType
[System.Runtime.InteropServices.DispId(1610678280)]
ESRI.ArcGIS.Geodatabase.esriElementType ElementType {get; set;}
read-write property ElementType: ESRI.ArcGIS.Geodatabase.esriElementType; 
System.Runtime.InteropServices.DispIdAttribute(1610678280)
function get,set ElementType : ESRI.ArcGIS.Geodatabase.esriElementType
[System.Runtime.InteropServices.DispId(1610678280)]
__property ESRI.ArcGIS.Geodatabase.esriElementType get_ElementType();
__property void set_ElementType( 
   ESRI.ArcGIS.Geodatabase.esriElementType value
);
[System.Runtime.InteropServices.DispId(1610678280)]
property ESRI.ArcGIS.Geodatabase.esriElementType ElementType {
   ESRI.ArcGIS.Geodatabase.esriElementType get();
   void set (    ESRI.ArcGIS.Geodatabase.esriElementType 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

IMMTraceStopper Interface
IMMTraceStopper Members

Send Feedback