ArcFM Server Developer Guide
FiberCable Constructor(Int64,Guid,IBoundedObject,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 _
)
'Usage
 
Dim objectId As Long
Dim id As Guid
Dim geometry As SE.Geospatial.Spatial.IBoundedObject
Dim facilityId As String
 
Dim instance As New FiberCable(objectId, id, geometry, facilityId)
public FiberCable( 
   long objectId,
   Guid id,
   SE.Geospatial.Spatial.IBoundedObject geometry,
   string facilityId
)

Parameters

objectId
id
geometry
facilityId
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

FiberCable Class
FiberCable Members
Overload List

 

 


Send Comment