Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 772 Bytes

File metadata and controls

35 lines (27 loc) · 772 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 Also

VS Functions: GetCustomObjectColor

Version

Availability: from VectorWorks13.0

Category