LinkedResourceOpenedEventArgs.ResourceTypeId Property

LinkedResourceOpenedEventArgsResourceTypeId Property

Element id of the linked resource.

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

Property Value

ElementId
See Also