MatchLineLeftLabelStyleId Property |
Gets or sets the label style of the left side MatchLine label.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ObjectId LeftLabelStyleId { get; set; }
Public Property LeftLabelStyleId As ObjectId
Get
Set
public:
property ObjectId LeftLabelStyleId {
ObjectId get ();
void set (ObjectId value);
}
Property Value
ObjectId
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when setting to an invalid newValue.
|
InvalidOperationException |
Thrown when the MatchLine does not contain a left side MatchLine label.
|
See Also