Settings of OffsetProfileLabelSet style.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
[ObsoleteAttribute("Functionality has been removed.", false)]
public PropertyString OffsetProfileLabelSet { get; }
Visual Basic
<ObsoleteAttribute("Functionality has been removed.", False)> _
Public ReadOnly Property OffsetProfileLabelSet As PropertyString
	Get
Visual C++
public:
[ObsoleteAttribute(L"Functionality has been removed.", false)]
property PropertyString^ OffsetProfileLabelSet {
	PropertyString^ get ();
}

See Also