ArcFM Responder Mobile Developer Guide
IMMPathElementEx_ElementType Property






Syntax
'Declaration
 
Public Overridable Property IMMPathElementEx_ElementType As ESRI.ArcGIS.Geodatabase.esriElementType
'Usage
 
Dim instance As MMPathElementClass
Dim value As ESRI.ArcGIS.Geodatabase.esriElementType
 
instance.IMMPathElementEx_ElementType = value
 
value = instance.IMMPathElementEx_ElementType
public virtual ESRI.ArcGIS.Geodatabase.esriElementType IMMPathElementEx_ElementType {get; set;}
public read-write property IMMPathElementEx_ElementType: ESRI.ArcGIS.Geodatabase.esriElementType; virtual; 
public function get,set IMMPathElementEx_ElementType : ESRI.ArcGIS.Geodatabase.esriElementType
public: __property virtual ESRI.ArcGIS.Geodatabase.esriElementType get_IMMPathElementEx_ElementType();
public: __property virtual void set_IMMPathElementEx_ElementType( 
   ESRI.ArcGIS.Geodatabase.esriElementType value
);
public:
virtual property ESRI.ArcGIS.Geodatabase.esriElementType IMMPathElementEx_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

MMPathElementClass Class
MMPathElementClass Members

Send Feedback