ArcFM Solution Developer Guide
DuctBank Constructor(Int64,IBoundedObject,String,String,String,IEnumerable<Duct>,Int32)


Syntax
'Declaration
 
Public Function New( _
   ByVal objectId As System.Long, _
   ByVal geometry As SE.Geospatial.Spatial.IBoundedObject, _
   ByVal facilityId As System.String, _
   ByVal nearVaultFacilityId As System.String, _
   ByVal farVaultFacilityId As System.String, _
   ByVal ducts As System.Collections.Generic.IEnumerable(Of Duct), _
   ByVal numAvailableDucts As System.Integer _
)
'Usage
 
Dim objectId As System.Long
Dim geometry As SE.Geospatial.Spatial.IBoundedObject
Dim facilityId As System.String
Dim nearVaultFacilityId As System.String
Dim farVaultFacilityId As System.String
Dim ducts As System.Collections.Generic.IEnumerable(Of Duct)
Dim numAvailableDucts As System.Integer
 
Dim instance As New DuctBank(objectId, geometry, facilityId, nearVaultFacilityId, farVaultFacilityId, ducts, numAvailableDucts)
public DuctBank( 
   System.long objectId,
   SE.Geospatial.Spatial.IBoundedObject geometry,
   System.string facilityId,
   System.string nearVaultFacilityId,
   System.string farVaultFacilityId,
   System.Collections.Generic.IEnumerable<Duct> ducts,
   System.int numAvailableDucts
)

Parameters

objectId
geometry
facilityId
nearVaultFacilityId
farVaultFacilityId
ducts
numAvailableDucts
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

DuctBank Class
DuctBank Members
Overload List

 

 


Send Comment