ArcFM Responder Mobile Developer Guide
DocumentInfo Property






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678272)>
Property DocumentInfo As ESRI.ArcGIS.Carto.IDocumentInfo2
'Usage
 
Dim instance As IMMDocumentInfo
Dim value As ESRI.ArcGIS.Carto.IDocumentInfo2
 
instance.DocumentInfo = value
 
value = instance.DocumentInfo
[System.Runtime.InteropServices.DispId(1610678272)]
ESRI.ArcGIS.Carto.IDocumentInfo2 DocumentInfo {get; set;}
read-write property DocumentInfo: ESRI.ArcGIS.Carto.IDocumentInfo2; 
System.Runtime.InteropServices.DispIdAttribute(1610678272)
function get,set DocumentInfo : ESRI.ArcGIS.Carto.IDocumentInfo2
[System.Runtime.InteropServices.DispId(1610678272)]
__property ESRI.ArcGIS.Carto.IDocumentInfo2* get_DocumentInfo();
__property void set_DocumentInfo( 
   ESRI.ArcGIS.Carto.IDocumentInfo2* value
);
[System.Runtime.InteropServices.DispId(1610678272)]
property ESRI.ArcGIS.Carto.IDocumentInfo2^ DocumentInfo {
   ESRI.ArcGIS.Carto.IDocumentInfo2^ get();
   void set (    ESRI.ArcGIS.Carto.IDocumentInfo2^ 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

IMMDocumentInfo Interface
IMMDocumentInfo Members

Send Feedback