GetAttributes
MethodGetAttributes (Method)
Returns the attributes of the objects described in a specific handles array
Syntax:
Function GetAttributes(h() As Integer, iType() As AvaxItemType, iColor() As Short, iWidth() As Short, iStyle() As Short, iLayer() As Short, Elevation3D() As Single, Height3D() As Single) As Boolean
The GetAttributes method syntax consists of the following:
Parameter |
Data Type |
Description |
h() |
Integer |
An array of integer handles of the objects |
iType() |
AvaxItemType |
An array for the types of the objects |
iColor() |
Short |
An array for the colors of the objects |
iWidth() |
Short |
An array for the widths of the objects |
iStyle() |
Short |
An array for the linetypes of the objects |
iLayer() |
Short |
An array for the layers of the objects |
Elevation3D() |
Single |
An array for the 3D elevations of the objects |
Height3D() |
Single |
An array for the 3D heights of the objects |
Return value:
Boolean - True on success, false on error.