Eplan Platform API
Eplan.EplApi.DataModel Namespace / IPlaceHolder Interface / CurrentVariableValue Property

In This Topic
    CurrentVariableValue Property (IPlaceHolder)
    In This Topic
    Gets the CurrentVariableValueClass instance assigned to the placeholder; an object representing the current values of placeholder variables.
    Syntax
    CurrentVariableValueClass CurrentVariableValue {get;}
    property CurrentVariableValueClass^ CurrentVariableValue {
       CurrentVariableValueClass^ get();
    }

    Property Value

    The CurrentVariableValueClass object assigned to the placeholder.
    See Also