Skip to content

Bookmark::Level property

The Level property returns the depth in the hierarchy of the current bookmark.

int Level { get; set; }
int getLevel() throws IGRException;
void setLevel(int value) throws IGRException;
@property
def Level(self) -> int:
@property.setter
def Level(self, value: int)
int getLevel() const;
void setLevel(int value);

Return Value

int : The Level property returns the depth in the hierarchy of the current bookmark.

See Also