FlowSegmentLabelStyle Property

Specifies the default style for flow segment labels.

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

Syntax

C#

public PropertyString FlowSegmentLabelStyle { get; }

Visual Basic

Public ReadOnly Property FlowSegmentLabelStyle As PropertyString
	Get

Visual C++

public:
property PropertyString^ FlowSegmentLabelStyle {
	PropertyString^ get ();
}

See Also