Creates a new instance of a FlowSegmentLabel on the specified FlowSegment with the specified label style.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public static ObjectId Create(
FlowSegment flowSegment,
ObjectId labelStyleId
) |
| Visual Basic |
|---|
Public Shared Function Create ( _
flowSegment As FlowSegment, _
labelStyleId As ObjectId _
) As ObjectId |
| Visual C++ |
|---|
public:
static ObjectId Create(
FlowSegment^ flowSegment,
ObjectId labelStyleId
) |
Exceptions
| Exception | Condition |
|---|
| System..::..ArgumentException |
Thrown when labelStyleId is invalid.
|
See Also