Click or drag to resize
SoActionDistribModes Enumeration

This is used to define the way an action is distributed across a cluster.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public enum DistribModes
Members
  Member nameValueDescription
LOCAL_ONLY0

Action is only applied by the application.

CLUSTER_ONLY1

Action is only applied by OIRU of the cluster.

ALL2

Both application and cluster apply the action.

Remarks