| Revit 2022.1 API |
| ColorFillScheme..::..StorageType Property |
| ColorFillScheme Class See Also |
Represents the type of parameter values stored in entries.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2022
Syntax
| C# |
|---|
public StorageType StorageType { get; } |
| Visual Basic |
|---|
Public ReadOnly Property StorageType As StorageType Get |
| Visual C++ |
|---|
public: property StorageType StorageType { StorageType get (); } |