AssociatedAssemblyInstanceId Property
The Id of the assembly instance that owns the assembly view.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)

Syntax

C#
public ElementId AssociatedAssemblyInstanceId { get; }
Visual Basic
Public ReadOnly Property AssociatedAssemblyInstanceId As ElementId
	Get
Visual C++
public:
property ElementId^ AssociatedAssemblyInstanceId {
	ElementId^ get ();
}

See Also