Sidebar

Using Directory Opus
Configuration
Programming
Reference Section
reference:scripting_reference:scripting_objects:point

The Point object represents a two-dimensional point.

Property Name Return Type Description

x

int

Returns the x coordinate.

y

int

Returns the y coordinate.

Method Name Arguments Return Type Description

ToString

none

<string>

Returns the x and y coordinates as a string.