GetShapezOrder

Top  Previous  Next

 

GetShapezOrder (Method)

 

Returns the z order of a shape object with a specific handle

 

Syntax:

Function GetShapezOrder(hShape As Integer) As Integer

 

The GetShapezOrder method syntax consists of the following:

Parameter

Data Type

Description

hShape

Integer

Is the handle of the shape object

 

Return value:

Integer - Is the z order of the shape

 

Example