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;}

Parameters

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