SoActionGetDistribMode Method |
Returns the distribution mode of this action across a cluster (ScaleViz-Cluster only) Default is LOCAL_ONLY.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public SoActionDistribModes GetDistribMode()
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Function GetDistribMode As SoActionDistribModes
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
SoActionDistribModes GetDistribMode()
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member GetDistribMode : unit -> SoActionDistribModes
Return Value
Type:
SoActionDistribModesRemarks See Also