Share

Structure.PipeOuterTopDepth Property

Gets the outer top pipe depth.



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 PipeOuterTopDepth ( 
	index As Integer
) As Double
	Get

C++

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

Parameters

index  Int32
 

Property Value

Double

See Also

Reference

Was this information helpful?