Table of Contents

Method GetPosition

Namespace
Alternet.Editor.Python
Assembly
Alternet.Editor.Python.v10.dll

GetPosition(object, out Point)

Finds position in source code related to the specified syntax element.

public static bool GetPosition(object node, out Point point)

Parameters

node object

Syntax element (class or method) to probe.

point Point

Receives start point of given syntax element.

Returns

bool

True if succeed; otherwise false.