Specifies the pipe length type used in the quantity takeoff process.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 10.0.1111.0
Syntax
C# |
---|
public PropertyEnum<QuantityTakeoffPipeLengthType> PipeLengthType { get; } |
Visual Basic |
---|
Public ReadOnly Property PipeLengthType As PropertyEnum(Of QuantityTakeoffPipeLengthType) Get |
Visual C++ |
---|
public: property PropertyEnum<QuantityTakeoffPipeLengthType>^ PipeLengthType { PropertyEnum<QuantityTakeoffPipeLengthType>^ get (); } |