Returns a handle to the profile group of a path custom object.
A path object has two "containers" for storing subordinate objects: the path, and the profile. As an example, if a path object is going to do an extrude along path, it will store the path in the path container, and the shape to be extruded in the profile container. The code within the object will then supply the handles to the path and the profile to the CreateExtrudeAlongPath call.
FUNCTION GetCustomObjectProfileGroup(objectHand : HANDLE): HANDLE;def vs.GetCustomObjectProfileGroup(objectHand):
return HANDLE| Name | Type | Description |
|---|---|---|
| objectHand | HANDLE | Handle to path custom object. |
VS Functions: SetCustomObjectProfileGroup
Availability: from VectorWorks8.5