CustomOperatorContext.PrepareAllInputs Methods
Prepares all input operators.
Thread safety: This property is not thread-safe.
Overload List
Name | Description | |
---|---|---|
Public method | PrepareAllInputs(ViewInfo info, IdCollection ids) | Prepares all input operators. |
Public method | PrepareAllInputs(ViewInfo info, IEnumerable< Id > ids) | Prepares all input operators. |
PrepareAllInputs(ViewInfo info, IdCollection ids)
Prepares all input operators.Syntax
public void PrepareAllInputs (
ViewInfo info,
IdCollection ids
)
Parameters
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.
PrepareAllInputs(ViewInfo info, IEnumerable< Id > ids)
Prepares all input operators.Syntax
public void PrepareAllInputs (
ViewInfo info,
IEnumerable< Id > ids
)
Parameters
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