Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

Application Server

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

);

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in