Share

Structure.PipeCenterDepth Property

Gets the center depth of the pipe.



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

C++

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

Parameters

index  Int32
 

Property Value

Double

See Also

Reference

Was this information helpful?