ColorItemCollectionGetColorByNumber Method |
Get the color of the specified color number.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract ColorItem GetColorByNumber(
int colorNumber
)
Public MustOverride Function GetColorByNumber (
colorNumber As Integer
) As ColorItem
Parameters
- colorNumber
- Type: SystemInt32
color number
Return Value
Type:
ColorItemSee Also