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