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

In This Topic
    Color Property (Connection3D)
    In This Topic
    Represents color in which connection is displayed.
    Syntax
    public Color Color {get; set;}
    public:
    property Color Color {
       Color get();
       void set (    Color value);
    }
    See Also