Gets the pipe wall thickness.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public double this[ int index ] { get; } |
Visual Basic |
---|
Public ReadOnly Property PipeWallThickness ( _ index As Integer _ ) As Double Get |
Visual C++ |
---|
public: property double PipeWallThickness[int index] { double get (int index); } |
Parameters
- index
- Type: System..::..Int32