GetRelationsMetaInfoCommand Object


Description:

Retrieves the relation role information for the object.

Can be used with Command Sequencer: No

Parents: Sequencer, StcSystem

GetRelationsMetaInfoCommand Writable Attributes

Attribute Description
Common Writable Attributes Active, Name, ProgressCancelled
Config

Handle of the object to retrieve relation role information from.

Type: handle

Default: 0

Direction

Direction of the relations. There are three choices: destination, source, and bidirectional. There are several equivalent enum for each choice, as follows:

destination = forward = children = child = downward = down

source = backward = parent = upward = up

bidirectional = both = all

Type: enum

Default: DESTINATION

Possible Values:

Value Description
DESTINATION

Destination

CHILD

Child

CHILDREN

Children

DOWN

Down

DOWNWARD

Downward

FORWARD

Forward

SOURCE

Source

PARENT

Parent

UP

Up

UPWARD

Upward

BACKWARD

Backward

BIDIRECTIONAL

Bidirectional

BOTH

Both

ALL

All

GetRelationsMetaInfoCommand Read-Only Attributes

Read-Only Attribute Description
Common Read-Only Attributes ElapsedTime, EndTime, ProgressCurrentStep, ProgressCurrentStepName, ProgressCurrentValue, ProgressDisplayCounter, ProgressMaxValue, ProgressStepsCount, StartTime, State, Status
RolesList

List of relation roles.

Type: string

Default: 0