API Help
Eplan.EplApi.DataModel.E3D Namespace / Placement3D Class / Color Property

In This Topic
    Color Property (Placement3D)
    In This Topic
    Color of 3D Placement
    Syntax
    public Color Color {get; set;}
    public:
    property Color Color {
       Color get();
       void set (    Color value);
    }
    See Also