Miner.Interop Namespace > MMGxFilterDatabases Interface : CanSaveObject Method |
'Declaration
Function CanSaveObject( _ ByVal Location As ESRI.ArcGIS.Catalog.IGxObject, _ ByVal newObjectName As System.String, _ ByRef objectAlreadyExists As System.Boolean _ ) As System.Boolean
'Usage
Dim instance As MMGxFilterDatabases Dim Location As ESRI.ArcGIS.Catalog.IGxObject Dim newObjectName As System.String Dim objectAlreadyExists As System.Boolean Dim value As System.Boolean value = instance.CanSaveObject(Location, newObjectName, objectAlreadyExists)
System.bool CanSaveObject( ESRI.ArcGIS.Catalog.IGxObject Location, System.string newObjectName, out System.bool objectAlreadyExists )
function CanSaveObject( Location: ESRI.ArcGIS.Catalog.IGxObject; newObjectName: System.String; Out objectAlreadyExists: System.Boolean ): System.Boolean;
function CanSaveObject( Location : ESRI.ArcGIS.Catalog.IGxObject, newObjectName : System.String, objectAlreadyExists : System.boolean ) : System.boolean;
System.bool CanSaveObject( ESRI.ArcGIS.Catalog.IGxObject* Location, System.string* newObjectName, [PARAMFLAG::Out] System.bool objectAlreadyExists )
System.bool CanSaveObject( ESRI.ArcGIS.Catalog.IGxObject^ Location, System.String^ newObjectName, [Out] System.bool objectAlreadyExists )
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