AddUDA method
- Last UpdatedJul 23, 2024
- 1 minute read
Adds a UDA.
Class
ITemplate
Syntax
[C#]
void AddUDA(
string UDAName,
MxDataType DataType,
MxAttributeCategory category,
MxSecurityClassification Security,
bool IsArray,
object ArrayElementCount
);
[Visual C++]
// Add a UDA
//
// Returns:
// S_OK - Successfully add a UDA
HRESULT AddUDA(
// Same XML format. But only one is allowed.
[in] BSTR UDAName,
[in] enum MxDataType Datatype,
[in] enum MxAttributeCategory Category,
[in] enum MxSecurityClassification Security,
[in] VARIANT_BOOL IsArray,
[in] VARIANT ArrayElementCount
);