AreReferencesAvailable Property


Indicates if this dimension's references can be resolved.

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

Syntax

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

Remarks

This property always returns true for model dimensions. It can return false for view-specific dimensions that can lose their references in certain situations. For example, the host element references may not be available when the view containing the dimension is closed. In general, if the host element view-specific geometry is not available, dimensions that reference that geometry will not be able to resolve their references.

See Also