Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 904 Bytes

File metadata and controls

34 lines (27 loc) · 904 Bytes

GetDashFromPseudoInd

Description

Gets the dash style that corresponds to the pseudo index and returns the style's internal index. Returns TRUE if successful.

FUNCTION GetDashFromPseudoInd(
				pseudoIndex      : INTEGER;
				VAR outDashStyle : LONGINT): BOOLEAN;
def vs.GetDashFromPseudoInd(pseudoIndex):
    return (BOOLEAN, outDashStyle)

Parameters

Name Type Description
pseudoIndex INTEGER Pseudo index (negative value) for which a dash style is requested.
outDashStyle LONGINT Negative internal index of a dashed line type corresponding to the psuedo index.

See Also

VS Functions: GetPseudoIndFromDash | BeginMultDashConvert | EndMultDashConvert

Version

Availability: from Vectorworks 2019

Category