MatchLineIsRightLabelVisible Property |
Gets or sets whether the right side MatchLine label is visible.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool IsRightLabelVisible { get; set; }
Public Property IsRightLabelVisible As Boolean
Get
Set
public:
property bool IsRightLabelVisible {
bool get ();
void set (bool value);
}
Property Value
Boolean
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when the property is set and the MatchLine does not contain a right side MatchLine label.
|
See Also