ArcFM Server Developer Guide
DuctEnd Constructor


Syntax
'Declaration
 
Public Function New( _
   ByVal objectId As Long, _
   ByVal id As Guid, _
   ByVal geometry As SE.Geospatial.Spatial.IBoundedObject, _
   ByVal facilityId As String, _
   ByVal material As String, _
   ByVal diameter As UnitsNet.Length, _
   ByVal ductId As String, _
   ByVal available As Boolean, _
   ByVal occupied As Boolean, _
   ByVal properties As Dictionary(Of String,String), _
   ByVal continuingDuctName As String, _
   ByVal bypassId As Nullable(Of Guid), _
   ByVal crossSectionShape As DuctCrossSectionShape, _
   ByVal ductEndGuid As Guid, _
   ByVal ductOccupantDescription As String, _
   ByVal subnetworkName As String, _
   Optional ByVal flashFeature As Action _
)
'Usage
 
Dim objectId As Long
Dim id As Guid
Dim geometry As SE.Geospatial.Spatial.IBoundedObject
Dim facilityId As String
Dim material As String
Dim diameter As UnitsNet.Length
Dim ductId As String
Dim available As Boolean
Dim occupied As Boolean
Dim properties As Dictionary(Of String,String)
Dim continuingDuctName As String
Dim bypassId As Nullable(Of Guid)
Dim crossSectionShape As DuctCrossSectionShape
Dim ductEndGuid As Guid
Dim ductOccupantDescription As String
Dim subnetworkName As String
Dim flashFeature As Action
 
Dim instance As New DuctEnd(objectId, id, geometry, facilityId, material, diameter, ductId, available, occupied, properties, continuingDuctName, bypassId, crossSectionShape, ductEndGuid, ductOccupantDescription, subnetworkName, flashFeature)
public DuctEnd( 
   long objectId,
   Guid id,
   SE.Geospatial.Spatial.IBoundedObject geometry,
   string facilityId,
   string material,
   UnitsNet.Length diameter,
   string ductId,
   bool available,
   bool occupied,
   Dictionary<string,string> properties,
   string continuingDuctName,
   Nullable<Guid> bypassId,
   DuctCrossSectionShape crossSectionShape,
   Guid ductEndGuid,
   string ductOccupantDescription,
   string subnetworkName,
   Action flashFeature
)

Parameters

objectId
id
geometry
facilityId
material
diameter
ductId
available
occupied
properties
continuingDuctName
bypassId
crossSectionShape
ductEndGuid
ductOccupantDescription
subnetworkName
flashFeature
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

DuctEnd Class
DuctEnd Members

 

 


Send Comment