Note: This API is now obsolete.
Settings of CurbReturnProfileLabelSet style.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
[ObsoleteAttribute("Functionality has been removed", false)] public PropertyString CurbReturnProfileLabelSet { get; }
VB
<ObsoleteAttribute("Functionality has been removed", false)> Public ReadOnly Property CurbReturnProfileLabelSet As PropertyString Get
C++
public: [ObsoleteAttribute(L"Functionality has been removed", false)] property PropertyString^ CurbReturnProfileLabelSet { PropertyString^ get (); }