Add_AllDimensions

Top  Previous  Next

 

Add_AllDimensions (Method)

 

This function adds the dimensions for all the existing nodes of the drawing

 

Syntax:

Function Add_AllDimensions(OffsetD As Single, sSmallestDim As Single, vItemProperties As Object, vRetHandles As Object, iClr As Short, iWidth As Short, iStyle As Short, iLayer As Short) As Boolean

 

The Add_AllDimensions method syntax consists of the following:

Parameter

Data Type

Description

OffsetD

Single

Is the offset of the dimensions lines from the drawing's border

sSmallestDim

Single

Is the smallest distance between nodes for which you want AVAX don't put a dimension

vItemProperties

Object

Is a string array with properties for the new objects

vRetHandles

Object

Returns an integer array with the handles of the new objects

iClr

Short

Is the color index number

iWidth

Short

Is the pen width

iStyle

Short

Is the line type

iLayer

Short

Is the layer number

 

Return value:

Boolean - True on success, false on error.

 

Example