CustomOperatorContext.PrepareInput Methods
Prepares a single input operator.
Thread safety: This property is not thread-safe.
Overload List
Name | Description | |
---|---|---|
Public method | PrepareInput(System.Int32 input, ViewInfo info, IdCollection ids) | Prepares a single input operator. |
Public method | PrepareInput(System.Int32 input, ViewInfo info, IEnumerable< Id > ids) | Prepares a single input operator. |
PrepareInput(System.Int32 input, ViewInfo info, IdCollection ids)
Prepares a single input operator.Syntax
public void PrepareInput (
System.Int32 input,
ViewInfo info,
IdCollection ids
)
Parameters
input
Type: System.Int32
The zero based index of the operator to prepare, in the operator list of the proxy.
The zero based index of the operator to prepare, in the operator list of the proxy.
info
Type: ViewInfo
The view info passed to the prepare call of the custom operator.
The view info passed to the prepare call of the custom operator.
ids
Type: A collection of Id elements.
The list of feature identities passed to the prepare call of the custom operator.
The list of feature identities passed to the prepare call of the custom operator.
PrepareInput(System.Int32 input, ViewInfo info, IEnumerable< Id > ids)
Prepares a single input operator.Syntax
public void PrepareInput (
System.Int32 input,
ViewInfo info,
IEnumerable< Id > ids
)
Parameters
input
Type: System.Int32
The zero based index of the operator to prepare, in the operator list of the proxy.
The zero based index of the operator to prepare, in the operator list of the proxy.
info
Type: ViewInfo
The view info passed to the prepare call of the custom operator.
The view info passed to the prepare call of the custom operator.
ids
Type: A collection of Id elements.
The list of feature identities passed to the prepare call of the custom operator.
The list of feature identities passed to the prepare call of the custom operator.
Platforms
Windows, Linux, Android