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.8.0.292
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
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when LineLabelStyleId is invalid
|
See Also