UpdateUDA method
- Last UpdatedJul 23, 2024
- 1 minute read
Saves the UDA information.
Class
IInstance
Syntax
[C#]
void UpdateUDA(
string wszUDAInfo,
MxDataType DataType,
MxAttributeCategory category,
MxSecurityClassification Security,
bool IsArray,
object ArrayElementCount
);
[Visual C++]
// Update a UDA
// Returns:
// S_OK - Successfully update a UDA
HRESULT UpdateUDA(
// Same XML format. But only one is allowed. The
// new info will overwrite the old info.
[in] BSTR wszUDAInfo,
[in] enum MxDataType Datatype,
[in] enum MxAttributeCategory Category,
[in] enum MxSecurityClassification Security,
[in] VARIANT_BOOL IsArray,
[in] VARIANT ArrayElementCount
);