Create an attribute

Namespace: SynergyClientAPI.Attributes
Assembly: SynergyClientAPI (in SynergyClientAPI.dll)

Public Shared Function CreateAttribute( _ 
ByVal attribute_data As AttributeInfo, _ 
ByVal is_custom_attribute As Boolean, _ 
Optional ByVal waiter As IASyncWait = null _ 
) As OperationResponse
This language is not supported or no code example is available.
public static OperationResponse CreateAttribute( 
AttributeInfo attribute_data
bool is_custom_attribute
IASyncWait waiter = null 
)
This language is not supported or no code example is available.
public:  
static OperationResponse^ CreateAttribute( 
AttributeInfo^ attribute_data
bool is_custom_attribute
IASyncWait^ waiter 
)
This language is not supported or no code example is available.
public static function CreateAttribute( 
attribute_data : AttributeInfo
is_custom_attribute : boolean
waiter : IASyncWait 
) : OperationResponse;
This language is not supported or no code example is available.

Parameters

attribute_data
Type: AttributeInfo

is_custom_attribute
Type: bool

waiter
Type: IASyncWait

Return Value

Type: OperationResponse

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1