ArcFM Solution Developer Guide
Duct Constructor


Syntax
'Declaration
 
Public Function New( _
   ByVal objectId As System.Long, _
   ByVal id As System.Guid, _
   ByVal geometry As SE.Geospatial.Spatial.IBoundedObject, _
   ByVal facilityId As System.String, _
   ByVal material As System.String, _
   ByVal diameter As UnitsNet.Length, _
   ByVal ductId As System.String, _
   ByVal originalDuctId As System.String, _
   ByVal available As System.Boolean, _
   ByVal occupied As System.Boolean, _
   ByVal isSubDuct As System.Boolean, _
   ByVal fromEnd As DuctEnd, _
   ByVal toEnd As DuctEnd, _
   ByVal ductDefinitions As System.Collections.Generic.IEnumerable(Of Duct), _
   ByVal conductorDefinitions As System.Collections.Generic.IEnumerable(Of Conductor), _
   ByVal fiberCableDefinitions As System.Collections.Generic.IEnumerable(Of FiberCable) _
)
'Usage
 
Dim objectId As System.Long
Dim id As System.Guid
Dim geometry As SE.Geospatial.Spatial.IBoundedObject
Dim facilityId As System.String
Dim material As System.String
Dim diameter As UnitsNet.Length
Dim ductId As System.String
Dim originalDuctId As System.String
Dim available As System.Boolean
Dim occupied As System.Boolean
Dim isSubDuct As System.Boolean
Dim fromEnd As DuctEnd
Dim toEnd As DuctEnd
Dim ductDefinitions As System.Collections.Generic.IEnumerable(Of Duct)
Dim conductorDefinitions As System.Collections.Generic.IEnumerable(Of Conductor)
Dim fiberCableDefinitions As System.Collections.Generic.IEnumerable(Of FiberCable)
 
Dim instance As New Duct(objectId, id, geometry, facilityId, material, diameter, ductId, originalDuctId, available, occupied, isSubDuct, fromEnd, toEnd, ductDefinitions, conductorDefinitions, fiberCableDefinitions)
public Duct( 
   System.long objectId,
   System.Guid id,
   SE.Geospatial.Spatial.IBoundedObject geometry,
   System.string facilityId,
   System.string material,
   UnitsNet.Length diameter,
   System.string ductId,
   System.string originalDuctId,
   System.bool available,
   System.bool occupied,
   System.bool isSubDuct,
   DuctEnd fromEnd,
   DuctEnd toEnd,
   System.Collections.Generic.IEnumerable<Duct> ductDefinitions,
   System.Collections.Generic.IEnumerable<Conductor> conductorDefinitions,
   System.Collections.Generic.IEnumerable<FiberCable> fiberCableDefinitions
)

Parameters

objectId
id
geometry
facilityId
material
diameter
ductId
originalDuctId
available
occupied
isSubDuct
fromEnd
toEnd
ductDefinitions
conductorDefinitions
fiberCableDefinitions
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

Duct Class
Duct Members

 

 


Send Comment