ArcFM Desktop Developer Guide
AppendScopeToFileName Method


Syntax
'Declaration
 
Public Function AppendScopeToFileName( _
   ByVal name As String, _
   ByVal scope As ElectricExportScope _
) As String
'Usage
 
Dim instance As WriteCimInfo
Dim name As String
Dim scope As ElectricExportScope
Dim value As String
 
value = instance.AppendScopeToFileName(name, scope)
public string AppendScopeToFileName( 
   string name,
   ElectricExportScope scope
)

Parameters

name
scope
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

WriteCimInfo Class
WriteCimInfo Members

 

 


Send Comment