Share

Structure.PipeWallThickness Property

Gets the pipe wall thickness.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public double this[
	int index
] { get; }

VB

Public ReadOnly Property PipeWallThickness ( 
	index As Integer
) As Double
	Get

C++

public:
property double PipeWallThickness[int index] {
	double get (int index);
}

Parameters

index  Int32
 

Property Value

Double

See Also

Reference

Was this information helpful?