LinkedResourceOpeningEventArgs.ResourceType Property

LinkedResourceOpeningEventArgsResourceType Property

The desired linked resource type.

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

Property Value

ExternalResourceType
See Also