ConfigurationTarget

class ConfigurationTarget
property id

The id of the target.

Type

str, read-only

property name

The name of the target.

Type

str, read-only

property type

The type of the target.

Type

TargetType, read-only

property rule

The rule of the target.

Type

ConfigurationRule

Raises

ReadOnlyError -- If Database is in read only mode.

remove()

Delete this target.

Raises

ReadOnlyError -- If Database is in read only mode.

TargetType

class TargetType
GEOMETRY_LAYER = 1

Geometry layer.

ASPECT_LAYER = 2

Aspect layer.

POSITION_LAYER = 3

Position layer.

ENVIRONMENT_LAYER = 4

Environement layer.

LIGHTING_LAYER = 5

Lighting layer.

LIGHTING_LAYER_COLOR = 6

Lighting layer color.

OVERLAY_LAYER = 7

Overlay layer.