UpdateUDA method
- Last UpdatedJul 23, 2024
- 1 minute read
Updates a UDA with new data that overwrites the old data.
Class
IgObject
Syntax
[C#]
void UpdateUDA(
string wszUDAInfo,
MxDataType DataType,
MxAttributeCategory category,
MxSecurityClassification Security,
bool IsArray,
object ArrayElementCount
);
[Visual C++]
HRESULT UpdateUDA
(
[in] BSTR wszUDAInfo,
[in, optional, defaultvalue( MxBoolean )] MxDataType Datatype,
[in, optional, defaultvalue( MxCategoryWriteable_UC_Lockable )] MxAttributeCategory Category,
[in, optional, defaultvalue( MxSecurityOperate )] MxSecurityClassification Security,
[in, optional, defaultvalue( 0 )] VARIANT_BOOL IsArray,
[in, optional] VARIANT ArrayElementCount);
);
Parameters
wszUDAInfo
The updated UDA data.
Datatype
The updated UDA’s datatype.
Category
The updated UDA’s category.
Security
The updated UDA’s security classification.
IsArray
The updated UDA is an array.
ArrayElementCount
The updated UDA’s array element count.