ArcFM Server Developer Guide
Conductor Constructor(Int64,Guid,IBoundedObject,String,Phases,Int32,Int32,Int32,String)


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 phases As Phases, _
   ByVal material As Integer, _
   ByVal size As Integer, _
   ByVal operatingVoltage As Integer, _
   ByVal subnetworkName As String _
)
'Usage
 
Dim objectId As Long
Dim id As Guid
Dim geometry As SE.Geospatial.Spatial.IBoundedObject
Dim facilityId As String
Dim phases As Phases
Dim material As Integer
Dim size As Integer
Dim operatingVoltage As Integer
Dim subnetworkName As String
 
Dim instance As New Conductor(objectId, id, geometry, facilityId, phases, material, size, operatingVoltage, subnetworkName)
public Conductor( 
   long objectId,
   Guid id,
   SE.Geospatial.Spatial.IBoundedObject geometry,
   string facilityId,
   Phases phases,
   int material,
   int size,
   int operatingVoltage,
   string subnetworkName
)

Parameters

objectId
id
geometry
facilityId
phases
material
size
operatingVoltage
subnetworkName
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

Conductor Class
Conductor Members
Overload List

 

 


Send Comment