Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 910 Bytes

File metadata and controls

40 lines (30 loc) · 910 Bytes

GetCustomObjectColor

Description

Get an auxilary color index stored in'objectHand' previously with SetCustomObjectColor . Aplication will preserve the color mapped to inTagID.

FUNCTION GetCustomObjectColor(
				objectHand        : HANDLE;
				inTagID           : INTEGER;
				VAR outColorIndex : INTEGER): BOOLEAN;
def vs.GetCustomObjectColor(objectHand, inTagID):
    return (BOOLEAN, outColorIndex)

Parameters

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

Remarks

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

Examples

stomObject}}

See Also

VS Functions: SetCustomObjectColor

Version

Availability: from VectorWorks13.0

Category

  • Objects - Custom