Revit 2025 API
Independent |
Identifies if it is a material tag or not.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.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
BooleanSee Also