RevitLinkTypeIsNestedLink Property |
Indicates whether this link is a nested or top-level link.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic bool IsNestedLink { get; }
Public ReadOnly Property IsNestedLink As Boolean
Get
public:
property bool IsNestedLink {
bool get ();
}
member IsNestedLink : bool with get
Property Value
Boolean
See Also