ArcFM Responder Mobile Developer Guide
ExtensionCLSID Property (MMDocument)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678274)>
ReadOnly Property ExtensionCLSID( _
   ByVal index As System.Integer _
) As ESRI.ArcGIS.esriSystem.UID
'Usage
 
Dim instance As MMDocument
Dim index As System.Integer
Dim value As ESRI.ArcGIS.esriSystem.UID
 
value = instance.ExtensionCLSID(index)
[System.Runtime.InteropServices.DispId(1610678274)]
ESRI.ArcGIS.esriSystem.UID ExtensionCLSID( 
   System.int index
) {get;}
read-only property ExtensionCLSID( 
    index: System.Integer
): ESRI.ArcGIS.esriSystem.UID; 
System.Runtime.InteropServices.DispIdAttribute(1610678274)
function get ExtensionCLSID( 
   index : System.int
) : ESRI.ArcGIS.esriSystem.UID
[System.Runtime.InteropServices.DispId(1610678274)]
__property ESRI.ArcGIS.esriSystem.UID* get_ExtensionCLSID( 
   System.int index
);
[System.Runtime.InteropServices.DispId(1610678274)]
property ESRI.ArcGIS.esriSystem.UID^ ExtensionCLSID {
   ESRI.ArcGIS.esriSystem.UID^ get(System.int index);
}

Parameters

index
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

MMDocument Interface
MMDocument Members

Send Feedback