Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 870 Bytes

File metadata and controls

37 lines (28 loc) · 870 Bytes

SetCustomObjectColor

Description

Store/Set an auxilary color index in 'objectHand' so GetCustomObjectColor can access it later. Application will preserve the color mapped to inTagID.

FUNCTION SetCustomObjectColor(
				objectHand  : HANDLE;
				inTagID     : INTEGER;
				inColoIndex : INTEGER): BOOLEAN;
def vs.SetCustomObjectColor(objectHand, inTagID, inColoIndex):
    return BOOLEAN

Parameters

Name Type Description
objectHand HANDLE Handle to object.
inTagID INTEGER
inColoIndex INTEGER

Remarks

See the <a href=http://www.vectorlab.info/index.php?title=Colors_in_VectorWorks_2008%2B&gt;VectorLab </a> article for more info.

See Also

VS Functions: GetCustomObjectColor

Version

Availability: from VectorWorks13.0

Category

  • Objects - Custom