idx_get
idx_get (1 of 2)
Gets the value associated with the specified key.
Returns: The value associated with the specified key.
idx_get(const int64_t & tag)
| Parameter | Description |
|---|---|
| tag | The tag key whose value to get or set. |
idx_get (2 of 2)
Gets the value associated with the specified key.
Returns: The value associated with the specified key.
idx_get(const System::SharedPtr < PropertyDescriptor > & pd)
| Parameter | Description |
|---|---|
| pd | The PropertyDescriptor key whose value to get or set. |