Static Public Attributes | List of all members
NameSpace Class Reference

The possible name spaces a node can be in. More...

Inherits object.

Static Public Attributes

int Custom = 1
 Custom name space. More...
 
int Private = 2
 Private name space. More...
 
int Standard = 0
 Standard name space. More...
 

Detailed Description

The possible name spaces a node can be in.

Member Data Documentation

◆ Custom

int Custom = 1
static

Custom name space.

◆ Private

int Private = 2
static

Private name space.

◆ Standard

int Standard = 0
static

Standard name space.