Revit 2023 API |
ExportLayerInfo..::..ColorNumber Property |
ExportLayerInfo Class See Also |
The color number stored in value.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2014
Syntax
C# |
---|
public int ColorNumber { get; set; } |
Visual Basic |
---|
Public Property ColorNumber As Integer Get Set |
Visual C++ |
---|
public: property int ColorNumber { int get (); void set (int value); } |