ArcFM Solution Developer Guide
OnRenameDataset Method


Syntax
'Declaration
 
Public Overridable Sub OnRenameDataset( _
   ByVal Dataset As ESRI.ArcGIS.Geodatabase.IDataset, _
   ByVal oldName As System.String, _
   ByVal newName As System.String _
) 
'Usage
 
Dim instance As MMDesignerExpressWorkspaceExtensionClass
Dim Dataset As ESRI.ArcGIS.Geodatabase.IDataset
Dim oldName As System.String
Dim newName As System.String
 
instance.OnRenameDataset(Dataset, oldName, newName)
public virtual void OnRenameDataset( 
   ESRI.ArcGIS.Geodatabase.IDataset Dataset,
   System.string oldName,
   System.string newName
)

Parameters

Dataset
oldName
newName
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

MMDesignerExpressWorkspaceExtensionClass Class
MMDesignerExpressWorkspaceExtensionClass Members

 

 


Send Comment