Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / PlaceHolder3D Class / CurrentVariableValue Property

In This Topic
    CurrentVariableValue Property (PlaceHolder3D)
    In This Topic
    Gets the Eplan.EplApi.DataModel.CurrentVariableValueClass instance assigned to the placeholder3D; the object representing the current values of placeholder3D 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 placeholder3D.
    See Also