API Documentation > CorelDRAW > 2025-v26 > SegmentRange > IVGSegmentRange
SegmentRange.Application property
Gets the application to which the range belongs
Syntax:
Property Get Application() As Application
Remarks:
The Application object defines properties of the main CorelDRAW application. It is the top-level object in the CorelDRAW hierarchy of objects, and you can access all other features of the application through its functions, methods, and properties. It is not necessary to explicitly specify an Application object; it is always available in VBA, and its properties and methods are global. The Application property returns a read-only value that is associated with the main CorelDRAW application.