GLG Toolkit, Java Class Library  Version 4.5
GlgBoundType

Controls binding of a data object. More...

Detailed Description

Controls binding of a data object.

Constants

static final int BOUND = 1
 Bound: uses value defined in the drawing. More...
 
static final int INVERSE_BOUND = 2
 Inverse bound: inherits value from the template. More...
 
static final int UNBOUND = 0
 Unbound. More...
 

Variable Documentation

◆ BOUND

final int BOUND = 1
static

Bound: uses value defined in the drawing.

◆ INVERSE_BOUND

final int INVERSE_BOUND = 2
static

Inverse bound: inherits value from the template.

◆ UNBOUND

final int UNBOUND = 0
static

Unbound.