Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / PlaceHolder3D Class / Value Property
The name of the record.
The name of the variable.

In This Topic
    Value Property (PlaceHolder3D)
    In This Topic
    Gets/Sets the value of a variable for a record.
    Syntax
    public virtual string Value( 
       string strRecordName,
       string strVarName
    ) {get; set;}
    public:
    virtual property String^ Value {
       String^ get(String^ strRecordName, String^ strVarName);
       void set (String^ strRecordName, String^ strVarName, String^ value);
    }

    Parameters

    strRecordName
    The name of the record.
    strVarName
    The name of the variable.
    See Also