IndependentTag.IsMaterialTag Property

IndependentTagIsMaterialTag Property

Identifies if it is a material tag or not.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsMaterialTag { get; }
Public ReadOnly Property IsMaterialTag As Boolean
	Get
public:
property bool IsMaterialTag {
	bool get ();
}
member IsMaterialTag : bool with get

Property Value

Boolean
See Also