ArcFM Solution Developer Guide
DuctBankEnd 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 usageType As UtilityNetworkUsageType, _
   ByVal center As SE.Geospatial.Spatial.Coordinate3D, _
   Optional ByVal flashFeature As System.Action, _
   Optional ByVal flashConduit 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 usageType As UtilityNetworkUsageType
Dim center As SE.Geospatial.Spatial.Coordinate3D
Dim flashFeature As System.Action
Dim flashConduit As System.Action
 
Dim instance As New DuctBankEnd(objectId, id, geometry, facilityId, usageType, center, flashFeature, flashConduit)
public DuctBankEnd( 
   System.long objectId,
   System.Guid id,
   SE.Geospatial.Spatial.IBoundedObject geometry,
   System.string facilityId,
   UtilityNetworkUsageType usageType,
   SE.Geospatial.Spatial.Coordinate3D center,
   System.Action flashFeature,
   System.Action flashConduit
)

Parameters

objectId
id
geometry
facilityId
usageType
center
flashFeature
flashConduit
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

DuctBankEnd Class
DuctBankEnd Members

 

 


Send Comment