ArcFM Server Developer Guide
Vault2 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 wallHeight As Double, _
   ByVal vaultGisPoint As SE.Geospatial.Spatial.Coordinate3D _
)
'Usage
 
Dim objectId As Long
Dim id As Guid
Dim geometry As SE.Geospatial.Spatial.IBoundedObject
Dim facilityId As String
Dim wallHeight As Double
Dim vaultGisPoint As SE.Geospatial.Spatial.Coordinate3D
 
Dim instance As New Vault2(objectId, id, geometry, facilityId, wallHeight, vaultGisPoint)
public Vault2( 
   long objectId,
   Guid id,
   SE.Geospatial.Spatial.IBoundedObject geometry,
   string facilityId,
   double wallHeight,
   SE.Geospatial.Spatial.Coordinate3D vaultGisPoint
)

Parameters

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

Vault2 Class
Vault2 Members

 

 


Send Comment