ArcFM Engine Developer Guide
CanSaveObject Method (MMGxFilterDatabasesClass)


Syntax
'Declaration
 
Public Overridable Function CanSaveObject( _
   ByVal Location As ESRI.ArcGIS.Catalog.IGxObject, _
   ByVal newObjectName As String, _
   ByRef objectAlreadyExists As Boolean _
) As Boolean
'Usage
 
Dim instance As MMGxFilterDatabasesClass
Dim Location As ESRI.ArcGIS.Catalog.IGxObject
Dim newObjectName As String
Dim objectAlreadyExists As Boolean
Dim value As Boolean
 
value = instance.CanSaveObject(Location, newObjectName, objectAlreadyExists)
public virtual bool CanSaveObject( 
   ESRI.ArcGIS.Catalog.IGxObject Location,
   string newObjectName,
   out 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