ParcelSegmentLabelCurveLabelStyleId Property |
Gets or sets the ObjectId for the curve label style. The object type is LabelStyle.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic override ObjectId CurveLabelStyleId { set; }Public Overrides WriteOnly Property CurveLabelStyleId As ObjectId
Set
public:
virtual property ObjectId CurveLabelStyleId {
void set (ObjectId value) override;
}Property Value
ObjectId
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when CurveLabelStyleId is invalid.
|
See Also