ExternalDataManagerDataItemStatus Property

The status of the data item.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public LinkedFileStatus Status { get; set; }

Property Value

LinkedFileStatus
Exceptions
ExceptionCondition
ArgumentOutOfRangeException When setting this property: A value passed for an enumeration argument is not a member of that enumeration
Remarks
The default value is LinkedFileStatus::Invalid, means this property is nonsense.
See Also