Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 670 Bytes

File metadata and controls

31 lines (24 loc) · 670 Bytes

SetCustomObjectProfileGroup

Description

Sets the profile group for a path custom object.

FUNCTION SetCustomObjectProfileGroup(
				objectHand       : HANDLE;
				profileGroupHand : HANDLE): BOOLEAN;
def vs.SetCustomObjectProfileGroup(objectHand, profileGroupHand):
    return BOOLEAN

Parameters

Name Type Description
objectHand HANDLE Handle to object.
profileGroupHand HANDLE Handle to profile group.

See Also

VS Functions: GetCustomObjectProfileGroup

Version

Availability: from VectorWorks8.5

Category