Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 598 Bytes

File metadata and controls

32 lines (24 loc) · 598 Bytes

vsoSetObjToolName

Description

Set ToolName for similar object creation. Used inside kObjOnGetToolName ( 43 ) event.

PROCEDURE vsoSetObjToolName(
				eventData : LONGINT;
				toolName  : STRING);
def vs.vsoSetObjToolName(eventData, toolName):
    return None

Parameters

Name Type Description
eventData LONGINT
toolName STRING

Examples

le code can be found at [[VS:Similar Objects Creation]]

Version

Availability: from All Versions

This is drop-in function.

Category