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