View.AssociatedAssemblyInstanceId Property

ViewAssociatedAssemblyInstanceId Property

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

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public ElementId AssociatedAssemblyInstanceId { get; }
Public ReadOnly Property AssociatedAssemblyInstanceId As ElementId
	Get
public:
property ElementId^ AssociatedAssemblyInstanceId {
	ElementId^ get ();
}
member AssociatedAssemblyInstanceId : ElementId with get

Property Value

ElementId
See Also