Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / PlaceHolder Class / CurrentVariableValue Property

In This Topic
    CurrentVariableValue Property (PlaceHolder)
    In This Topic
    Gets the Eplan.EplApi.DataModel.CurrentVariableValueClass instance assigned to the placeholder; an object representing the current values of placeholder variables.
    Syntax
    public virtual CurrentVariableValueClass CurrentVariableValue {get;}
    public:
    virtual property CurrentVariableValueClass^ CurrentVariableValue {
       CurrentVariableValueClass^ get();
    }

    Property Value

    The Eplan.EplApi.DataModel.CurrentVariableValueClass object assigned to the placeholder.
    See Also