API Help
Eplan.EplApi.DataModel.Graphics Namespace / Color Structure / ColorId Property

In This Topic
    ColorId Property (Color)
    In This Topic
    Gets or sets Color id if this color index is set, then the rgb values are invalid if RGB Values are set, then Invalid will be returned
    Syntax
    public short ColorId {get; set;}
    public:
    property short ColorId {
       short get();
       void set (    short value);
    }

    Property Value

    Color index used by object
    See Also