StructurePipeCenterDepth Property |
Gets the center depth of the pipe.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic double this[
int index
] { get; }
Public ReadOnly Property PipeCenterDepth (
index As Integer
) As Double
Get
public:
property double PipeCenterDepth[int index] {
double get (int index);
}
Parameters
- index Int32
-
Property Value
Double
See Also