ArcFM Desktop Developer Guide
GetName Method


Syntax
'Declaration
 
Public Function GetName( _
   ByVal circuitGuid As Guid, _
   ByVal wkspc As ESRI.ArcGIS.Geodatabase.IWorkspace _
) As String
'Usage
 
Dim instance As CircuitEditsTracking
Dim circuitGuid As Guid
Dim wkspc As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim value As String
 
value = instance.GetName(circuitGuid, wkspc)
public string GetName( 
   Guid circuitGuid,
   ESRI.ArcGIS.Geodatabase.IWorkspace wkspc
)

Parameters

circuitGuid
wkspc
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

CircuitEditsTracking Class
CircuitEditsTracking Members

 

 


Send Comment