DocumentIsLinked Property |
Identifies if a document is a linked RVT.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic bool IsLinked { get; }
Public ReadOnly Property IsLinked As Boolean
Get
public:
property bool IsLinked {
bool get ();
}
member IsLinked : bool with get
Property Value
Boolean
See Also