Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
Required Variant that indicates which Section object to return. It can be either a Long or a String. If it is a Long, it is the index number of the Section object in the Sections collection. If it is a String, it is the ID, or name, of the Section object.
Item Method
Description
This method returns the Section object identified by the NameOrNum parameter.
Syntax
Visual Basic
Public Function Item( _
   ByVal NameOrNumber As Variant _
) As Section
Parameters
NameOrNumber
Required Variant that indicates which Section object to return. It can be either a Long or a String. If it is a Long, it is the index number of the Section object in the Sections collection. If it is a String, it is the ID, or name, of the Section object.
See Also