Creates a new instance of a ParcelSegmentLabel at a specified location on a feature object with the default line label style and curve label style.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public static ObjectId Create( ObjectId featureId, double ratio )
VB
Public Shared Function Create ( featureId As ObjectId, ratio As Double ) As ObjectId
C++
public: static ObjectId Create( ObjectId featureId, double ratio )
Parameters
- featureId ObjectId
- The ObjectId of the feature object to label.
- ratio Double
- The ratio that sets the relative position of the label to the feature.
Return Value
ObjectIdExceptions
Exception | Condition |
---|---|
ArgumentException |
Thrown when:
|
Remarks
- featureId should be the ObjectId of a ParcelSegment.
- The ratio should be in the range of [0, n], where n is the number of segments.