Creates a new instance of a FlowSegmentLabel on the specified FlowSegment with the default label style.

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

Syntax

C#
public static ObjectId Create(
	FlowSegment flowSegment
)
Visual Basic
Public Shared Function Create ( _
	flowSegment As FlowSegment _
) As ObjectId
Visual C++
public:
static ObjectId Create(
	FlowSegment^ flowSegment
)

Parameters

flowSegment
Type: Autodesk.Civil.DatabaseServices..::..FlowSegment
The FlowSegment Object to create the label on.

See Also