Gets the default type of AutoCAD object to use for the water drop path.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0
Syntax
C#
public PropertyEnum<WaterdropObjectType> PathObjectType { get; }
Visual Basic
Public ReadOnly Property PathObjectType As PropertyEnum(Of WaterdropObjectType) Get
Visual C++
public: property PropertyEnum<WaterdropObjectType>^ PathObjectType { PropertyEnum<WaterdropObjectType>^ get (); }