Difference between revisions of "VS:CreateGroupOutline"
From Vectorworks Developer
m (1 revision) |
m (changed var from objectName to objectHandle, was too confusing) |
||
Line 10: | Line 10: | ||
<def> | <def> | ||
<funcDef lang="vs"> | <funcDef lang="vs"> | ||
− | FUNCTION CreateGroupOutline( | + | FUNCTION CreateGroupOutline(objectHandle:HANDLE) : HANDLE; |
</funcDef> | </funcDef> | ||
<funcDef lang="py"> | <funcDef lang="py"> | ||
− | def vs.CreateGroupOutline( | + | def vs.CreateGroupOutline(objectHandle): |
return HANDLE | return HANDLE | ||
</funcDef> | </funcDef> |
Latest revision as of 01:18, 19 May 2020
.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix
Description
Returns a handle to the polygon which is the outline of a group.FUNCTION CreateGroupOutline(
objectHandle :HANDLE) : HANDLE;
def vs.CreateGroupOutline(objectHandle): return HANDLE
Parameters
objectName HANDLE