Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 717 Bytes

File metadata and controls

35 lines (26 loc) · 717 Bytes

SetDashLineTypeName

Description

Sets the dash style name for the specified dash style using its negated internal index.

FUNCTION SetDashLineTypeName(
				DashStyleIndex : LONGINT;
				DashStyleName  : STRING): BOOLEAN;
def vs.SetDashLineTypeName(DashStyleIndex, DashStyleName):
    return BOOLEAN

Parameters

Name Type Description
DashStyleIndex LONGINT The negated internal index of the dash style to be named.
DashStyleName STRING The new name of the line type.

Remarks

This replaces SetDashStyleName.

See Also

VS Functions: GetDashLineTypeName

Version

Availability: from Vectorworks 2019

Category

  • Object Names