ColorFillSchemeEntry.StorageType Property

ColorFillSchemeEntryStorageType Property

The storage type of the value stored in this entry.

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

Property Value

StorageType
See Also