ArcFM Responder Mobile Developer Guide
CanExport Method






Syntax
'Declaration
 
Function CanExport( _
   ByVal pGXObject As ESRI.ArcGIS.Catalog.IGxObject _
) As System.Boolean
'Usage
 
Dim instance As IMMXMLImportExport
Dim pGXObject As ESRI.ArcGIS.Catalog.IGxObject
Dim value As System.Boolean
 
value = instance.CanExport(pGXObject)
System.bool CanExport( 
   ESRI.ArcGIS.Catalog.IGxObject pGXObject
)
function CanExport( 
    pGXObject: ESRI.ArcGIS.Catalog.IGxObject
): System.Boolean; 
function CanExport( 
   pGXObject : ESRI.ArcGIS.Catalog.IGxObject
) : System.boolean;
System.bool CanExport( 
   ESRI.ArcGIS.Catalog.IGxObject* pGXObject
) 
System.bool CanExport( 
   ESRI.ArcGIS.Catalog.IGxObject^ pGXObject
) 

Parameters

pGXObject
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

IMMXMLImportExport Interface
IMMXMLImportExport Members

Send Feedback