ObjectType
Posted by Mohammad Rahhal, Last modified by Diana Alkouni on 07 September 2020 01:07 PM

Syntax

Public Function ObjectType(chart_Id As Long, name As String) As Integer

Description

This function is used to return one of the ENUM_OBJECT value as the object type value by a given object name.

Parameters

Key Description
chart_Id Chart identifier. 0 mean the current chart, the value of type Long.
name Object name that wants to know the type value for it, the value of type String.

Return value

Return one of the ENUM_OBJECT value . To get the detailed error Information when the object type is -1, call GetLastError() function.

Sample

Public Sub main () 
 
 AlertMessage ObjectType (0, “Object Name”) 

End sub

See Also


Back to VTL Client Script Index

(0 vote(s))
Helpful
Not helpful

Comments (0)
Post a new comment
 
 
Full Name:
Email:
Comments:
CAPTCHA Verification 
 
Please enter the text you see in the image into the textbox below (we use this to prevent automated submissions).

Help Desk Software by Hybrid Solutions