ArcFM Desktop Developer Guide
SetDuctName Method


Syntax
'Declaration
 
Public Shared Function SetDuctName( _
   ByVal duct As IFeature, _
   ByVal defaultValue As String, _
   ByVal overwriteExistingValue As Boolean _
) As Boolean
'Usage
 
Dim duct As IFeature
Dim defaultValue As String
Dim overwriteExistingValue As Boolean
Dim value As Boolean
 
value = DuctNamer.SetDuctName(duct, defaultValue, overwriteExistingValue)
public static bool SetDuctName( 
   IFeature duct,
   string defaultValue,
   bool overwriteExistingValue
)

Parameters

duct
defaultValue
overwriteExistingValue
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

DuctNamer Class
DuctNamer Members

 

 


Send Comment