ArcFM Solution Developer Guide
DuctEnd 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 available As System.Boolean, _
   ByVal occupied As System.Boolean, _
   ByVal properties As System.Collections.Generic.Dictionary(Of String,String), _
   ByVal continuingDuctName As System.String, _
   ByVal bypassId As System.Nullable(Of Guid), _
   ByVal crossSectionShape As DuctCrossSectionShape, _
   ByVal ductEndGuid As System.Guid, _
   ByVal ductOccupantDescription As System.String, _
   ByVal subnetworkName As System.String, _
   Optional ByVal flashFeature As System.Action _
)
'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 available As System.Boolean
Dim occupied As System.Boolean
Dim properties As System.Collections.Generic.Dictionary(Of String,String)
Dim continuingDuctName As System.String
Dim bypassId As System.Nullable(Of Guid)
Dim crossSectionShape As DuctCrossSectionShape
Dim ductEndGuid As System.Guid
Dim ductOccupantDescription As System.String
Dim subnetworkName As System.String
Dim flashFeature As System.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( 
   System.long objectId,
   System.Guid id,
   SE.Geospatial.Spatial.IBoundedObject geometry,
   System.string facilityId,
   System.string material,
   UnitsNet.Length diameter,
   System.string ductId,
   System.bool available,
   System.bool occupied,
   System.Collections.Generic.Dictionary<string,string> properties,
   System.string continuingDuctName,
   System.Nullable<Guid> bypassId,
   DuctCrossSectionShape crossSectionShape,
   System.Guid ductEndGuid,
   System.string ductOccupantDescription,
   System.string subnetworkName,
   System.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