ExternalResourceTypes.BuiltInExternalResourceTypes.MaterialTexture Property

ExternalResourceTypesBuiltInExternalResourceTypesMaterialTexture Property

An external resource type representing material texture images.

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

Property Value

ExternalResourceType
See Also