Click or drag to resize

IOrdered Interface

This interface describes an object that has a certain index in a sorted list.

Namespace: RelaxIS_SDK.Interfaces
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public interface IOrdered

The IOrdered type exposes the following members.

Properties
 NameDescription
Public propertySortIndex The sort index to be used when multiple tools of this kind are displayed in a list.
Top
Remarks
Used for all BaseTools.
See Also