Represents a property of material.

Namespace: Autodesk.Revit.DB.Visual
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)

Syntax

C#
public class AssetProperty : IDisposable
Visual Basic
Public Class AssetProperty _
	Implements IDisposable
Visual C++
public ref class AssetProperty : IDisposable

Remarks

AssetProperty is the base class or all other AssetProperty sub classes.

Inheritance Hierarchy

See Also