ArcFM Solution Developer Guide
Vault2 Constructor


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