Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
Required Variant that indicates which LabelTemplates object to return. It can be either a Long or a String. If it is a Long, it is the index number of the LabelTemplate object in the LabelTemplates collection. If it is a String, it is the ID of the LabelTemplate object.
Item Method
Description
Item function returns the LabelTemplate Object with the given name or number.
Syntax
Visual Basic
Public Function Item( _
   ByVal NameOrNumber As Variant _
) As LabelTemplate
Parameters
NameOrNumber
Required Variant that indicates which LabelTemplates object to return. It can be either a Long or a String. If it is a Long, it is the index number of the LabelTemplate object in the LabelTemplates collection. If it is a String, it is the ID of the LabelTemplate object.
Return Type
LabelTemplate object.
Remarks
Since the Item method is the default, the function name can be omitted.
See Also