ArcFM Desktop Developer Guide
SetSheathLength Method


Syntax
'Declaration
 
Public Function SetSheathLength( _
   ByVal feature As IFeature, _
   ByVal oidsToIgnore As List(Of Integer), _
   Optional ByVal updateCircuitLength As Boolean, _
   Optional ByVal fromSplit As Boolean _
) As Boolean
'Usage
 
Dim instance As SheathLength
Dim feature As IFeature
Dim oidsToIgnore As List(Of Integer)
Dim updateCircuitLength As Boolean
Dim fromSplit As Boolean
Dim value As Boolean
 
value = instance.SetSheathLength(feature, oidsToIgnore, updateCircuitLength, fromSplit)
public bool SetSheathLength( 
   IFeature feature,
   List<int> oidsToIgnore,
   bool updateCircuitLength,
   bool fromSplit
)

Parameters

feature
oidsToIgnore
updateCircuitLength
fromSplit
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

SheathLength Class
SheathLength Members

 

 


Send Comment