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


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