FunctionPut Method (RealTimeVPath)
- Last UpdatedApr 08, 2026
- 1 minute read
Calls a function put for the current path.
public void FunctionPut(
string commandString
)
public:
void FunctionPut(
String^ commandString
)
Parameters
- commandString
- The command string to send to the point.
| Exception | Description |
|---|---|
| VDBException | An error raised while executing commandString when the call is invalid for the object's current state. |
| VDBNoOverrideException | An error raised while executing commandString. |