ExternalResourceType Property


The type of external resources that represents images.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since: 2020

Syntax

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

See Also