NxLibItem

<< Click to Display Table of Contents >>

Navigation:  NxLib API > C# Interface / CLI >

NxLibItem

This class simplifies the concatenation of string and integer constants to an NxLib compatible item path specification via its operator[]. Assignment and comparison functions simplify the usage of NxLib tree items, almost as if using local variables.

Note: In contrast to the C++ implementation of NxLibItem the C# version does not supply assignment and comparison operators because of operator overloading restrictions in C#.

Constructors

NxLibItem()

NxLibItem(String path)

Parameters

path

The path of the item on which the object should operate on. When not specified, the item references the root item.

Members

String path

The path of the tree item on which this object is going to act.