Sets pipe identifier in the range [1..N] associated to this render action while running a ScaleViz Multipipe configuration.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public void SetPipeId(
int id
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Sub SetPipeId (
id As Integer
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
void SetPipeId(
int id
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member SetPipeId :
id : int -> unit
Parameters
- id
- Type: SystemInt32
Remarks
See Also