The parameter value to be shown.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since:  2017 Subscription Update

Syntax

C#
public LabelType LabelType { get; }
Visual Basic
Public ReadOnly Property LabelType As LabelType
	Get
Visual C++
public:
property LabelType LabelType {
	LabelType get ();
}

See Also