API Help
Eplan.EplApi.DataModel.Graphics Namespace / PlaceHolder Class / Value Property
The name of the record.
The name of the variable.

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

Parameters

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