ArcFM Solution Developer Guide
VaultSurface Constructor


Syntax
'Declaration
 
Public Function New( _
   ByVal geometry As SE.Geospatial.Spatial.IBoundedObject, _
   ByVal ductBanksWithSelectedEnds As System.Collections.Generic.IEnumerable(Of DuctBankWithConnectedEnd), _
   ByVal surfaceType As SurfaceType _
)
'Usage
 
Dim geometry As SE.Geospatial.Spatial.IBoundedObject
Dim ductBanksWithSelectedEnds As System.Collections.Generic.IEnumerable(Of DuctBankWithConnectedEnd)
Dim surfaceType As SurfaceType
 
Dim instance As New VaultSurface(geometry, ductBanksWithSelectedEnds, surfaceType)
public VaultSurface( 
   SE.Geospatial.Spatial.IBoundedObject geometry,
   System.Collections.Generic.IEnumerable<DuctBankWithConnectedEnd> ductBanksWithSelectedEnds,
   SurfaceType surfaceType
)

Parameters

geometry
ductBanksWithSelectedEnds
surfaceType
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

VaultSurface Class
VaultSurface Members

 

 


Send Comment