Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.05 KB

File metadata and controls

34 lines (27 loc) · 1.05 KB

GetPseudoIndFromDash

Description

Supplies a pseudo index for a dashed style. The returned index is not guaranteed to produce the same line type from file to file, nor even in the same file if line types change.
Returns TRUE if successful.

FUNCTION GetPseudoIndFromDash(
				dashStyle          : LONGINT;
				VAR outPseudoIndex : INTEGER): BOOLEAN;
def vs.GetPseudoIndFromDash(dashStyle):
    return (BOOLEAN, outPseudoIndex)

Parameters

Name Type Description
dashStyle LONGINT Negative internal index of a dashed line type.
outPseudoIndex INTEGER Pseudo index (a negative number) corresponding to the dash style. The psuedo index is not guaranteed to produce the same line across files (or even in the same file if line types are changed).

See Also

VS Functions: GetDashFromPseudoInd | BeginMultDashConvert | EndMultDashConvert

Version

Availability: from Vectorworks 2019

Category