CustomOperatorContext.GetFeature Method
Gets the current feature just read from an input operator.
Thread safety: This property is not thread-safe.
GetFeature(System.Boolean writable)
Gets the current feature just read from an input operator.Syntax
public Feature GetFeature (
System.Boolean writable
)
Parameters
writable
Type: System.Boolean
If True, the feature will be cloned if necessary, so that it may be modified.
If True, the feature will be cloned if necessary, so that it may be modified.
Return Value
Type: Feature
The current feature.
The current feature.
Platforms
Windows, Linux, Android