IEaxSelectionPadContext.FocusedElement

Fore Syntax

FocusedElement: IDimElement;

Fore.NET Syntax

FocusedElement: Prognoz.Platform.Interop.Dimensions.IDimElement;

Description

The FocusedElement property returns selected dimension element.

Comments

To add new element to the hierarchy, use the IEaxSelectionPadContext.HierarchyNewElement method.

Fore and Fore.NET Examples

The property use is given in the example for IEaxSelectionPadContext.EditDimension.

See also:

IEaxSelectionPadContext