ArcFM Solution Developer Guide
CanSaveObject Method (MMGxFilterDatabasesClass)


Syntax
'Declaration
 
Public Overridable 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 MMGxFilterDatabasesClass
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)
public virtual System.bool CanSaveObject( 
   ESRI.ArcGIS.Catalog.IGxObject Location,
   System.string newObjectName,
   out System.bool objectAlreadyExists
)

Parameters

Location
newObjectName
objectAlreadyExists
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

MMGxFilterDatabasesClass Class
MMGxFilterDatabasesClass Members

 

 


Send Comment