Gets or sets whether the right side MatchLine label is visible.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public bool IsRightLabelVisible { get; set; } |
| Visual Basic |
|---|
Public Property IsRightLabelVisible As Boolean
Get
Set |
| Visual C++ |
|---|
public:
property bool IsRightLabelVisible {
bool get ();
void set (bool value);
} |
Exceptions
| Exception | Condition |
|---|
| System..::..InvalidOperationException |
Thrown when the property is set and the MatchLine does not contain a right side MatchLine label.
|
See Also