Ceramic.CeramicBumpMap Property

CeramicCeramicBumpMap Property

The property labeled "Image" from the "Ceramic" schema.

Namespace: Autodesk.Revit.DB.Visual
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static string CeramicBumpMap { get; }
Public Shared ReadOnly Property CeramicBumpMap As String
	Get
public:
static property String^ CeramicBumpMap {
	String^ get ();
}
static member CeramicBumpMap : string with get

Property Value

String
Remarks
This property is of type "AssetPropertyReference" and will only contain a reference to a connected image.
See Also