Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 855 Bytes

File metadata and controls

33 lines (26 loc) · 855 Bytes

SetMirrorEmpty2DComp

Description

Sets whether the opposite view graphics are mirrored for empty 2D components of a symbol definition or plug-in object.

FUNCTION SetMirrorEmpty2DComp(
				objectHandle : HANDLE;
				doMirror     : BOOLEAN): BOOLEAN;
def vs.SetMirrorEmpty2DComp(objectHandle, doMirror):
    return BOOLEAN

Parameters

Name Type Description
objectHandle HANDLE Handle of a symbol or plug-in object.
doMirror BOOLEAN Whether the opposite view graphics are mirrored for empty 2D components.

See Also

VS Functions: GetMirrorEmpty2DComp | Get2DComponentGroup | Set2DComponentGroup

Version

Availability: from Vectorworks 2019

Category