Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 920 Bytes

File metadata and controls

32 lines (27 loc) · 920 Bytes

CreateImgFromSymbol

FUNCTION CreateImgFromSymbol(
				symbolName   : STRING;
				symbolHeight : INTEGER;
				symbolWidth  : INTEGER;
				symbolMargin : INTEGER;
				renderMode   : INTEGER;
				view         : INTEGER): HANDLE;
def vs.CreateImgFromSymbol(symbolName, symbolHeight, symbolWidth, symbolMargin, renderMode, view):
    return HANDLE

Parameters

Name Type Description
symbolName STRING The name of the symbol to display.
symbolHeight INTEGER The height of the symbol to display.
symbolWidth INTEGER The width of the symbol to display.
symbolMargin INTEGER The margin of the symbol to display.
renderMode INTEGER The render mode in which to display the symbol.
view INTEGER The standard view in which to display the symbol.

Version

Availability: from Vectorworks 2018

Category