Share

FlowSegmentLabel.Create(FlowSegment) Method

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.8.0.280

Syntax

C#

public static ObjectId Create(
	FlowSegment flowSegment
)

VB

Public Shared Function Create ( 
	flowSegment As FlowSegment
) As ObjectId

C++

public:
static ObjectId Create(
	FlowSegment^ flowSegment
)

Parameters

flowSegment  FlowSegment
The FlowSegment Object to create the label on.

Return Value

ObjectId

See Also

Reference

Was this information helpful?