SetValue method
- Last UpdatedJul 22, 2024
- 1 minute read
Sets the value of the attribute.
Class
IAttribute
Syntax
[C#]
void SetValue(
MxValue NewValue
);
[Visual C++]
HRESULT SetValue(
[in] IMxValue* NewValue
);
Parameters
NewValue
The new value of the attribute.