ArcFM Responder Mobile Developer Guide
Extension Property (MMDocument)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678273)>
ReadOnly Property Extension( _
   ByVal index As System.Integer _
) As ESRI.ArcGIS.esriSystem.IExtension
'Usage
 
Dim instance As MMDocument
Dim index As System.Integer
Dim value As ESRI.ArcGIS.esriSystem.IExtension
 
value = instance.Extension(index)
[System.Runtime.InteropServices.DispId(1610678273)]
ESRI.ArcGIS.esriSystem.IExtension Extension( 
   System.int index
) {get;}
read-only property Extension( 
    index: System.Integer
): ESRI.ArcGIS.esriSystem.IExtension; 
System.Runtime.InteropServices.DispIdAttribute(1610678273)
function get Extension( 
   index : System.int
) : ESRI.ArcGIS.esriSystem.IExtension
[System.Runtime.InteropServices.DispId(1610678273)]
__property ESRI.ArcGIS.esriSystem.IExtension* get_Extension( 
   System.int index
);
[System.Runtime.InteropServices.DispId(1610678273)]
property ESRI.ArcGIS.esriSystem.IExtension^ Extension {
   ESRI.ArcGIS.esriSystem.IExtension^ 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