Share

ProfilePath.Closed Property

Parent Object: ProfilePath

Description

Property that returns a Boolean indicating if the path is closed or not. Returns True in the case of a closed path. This property is only valid if the profile path denotes a set of connected curves. On the other hand, if the profile path denotes a text box, which will be indicated by the value of the TextPath property being True, then this property does not apply.

Syntax

ProfilePath.Closed() As Boolean

Property Value

This is a read only property whose value is a Boolean.

Version

Introduced in version 5

Was this information helpful?