LuciadCPillar C# 2023.1.04
Luciad.Edit.Handles.PointEditHandle.IVisualAidProvider Interface Reference

This interface allows to calculate a visual aid line based on the location of the handle. More...

Public Member Functions

Luciad.Geometries.Curve CalculateVisualAid (Luciad.Geometries.Point handleLocation)
 Returns a new visual aid line. More...
 

Detailed Description

This interface allows to calculate a visual aid line based on the location of the handle.

This can for example be a vertical line to connect a point with the ground.

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::PointEditHandle::IVisualAidProvider.

Member Function Documentation

◆ CalculateVisualAid()

Luciad.Geometries.Curve Luciad.Edit.Handles.PointEditHandle.IVisualAidProvider.CalculateVisualAid ( Luciad.Geometries.Point  handleLocation)

Returns a new visual aid line.

handleLocation

the current location of the handle. Never nullptr.

a new visual aid line. Can be nullptr. In that case, no visual aid line will be painted.

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::PointEditHandle::IVisualAidProvider::calculateVisualAid.