ALM Open Test Architecture API Type Library Version 12.55
AddCustomizationType Method
A value of the TDAPI_ENTITIES Enumeration.
The name of the new type.
A ICustomizationType.ID. This is the ID of an object of a class that implements ICustomizationType, for example, a CustomizationReqType.ID.
Description
Adds a new CustomizationType to the specified entity.
Syntax
Visual Basic
Public Function AddCustomizationType( _
   ByVal EntityType As Long, _
   ByVal Name As String, _
   ByVal CreateAsTypeId As Long _
) As Object
Parameters
EntityType
A value of the TDAPI_ENTITIES Enumeration.
Name
The name of the new type.
CreateAsTypeId
A ICustomizationType.ID. This is the ID of an object of a class that implements ICustomizationType, for example, a CustomizationReqType.ID.
Remarks
The new type is created as a copy of the type specified with CreateAsTypeId. You can then change the properties as appropriate.
See Also

ICustomizationTypes Interface  | ICustomizationTypes Members