Eplan Platform API
Eplan.EplApi.DataModel Namespace / Option Class / IsTransparent Property

In This Topic
    IsTransparent Property
    In This Topic
    The 'Transparent' flag of the Option.
    Syntax
    public bool IsTransparent {get; set;}
    public:
    property bool IsTransparent {
       bool get();
       void set (    bool value);
    }

    Property Value

    True if the Option is transparent.
    See Also