Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Called by the base class to check the input and output data object generation IDs and increment the transform generation ID.
Syntax
object.OnUpdateGenerationId();
Parameters
This method has no parameters.
Return value
This method does not return a value.
Remarks
You only need to override this derived method if you are directly changing the generation of your transform. If not, reference counting is managed properly by the base class.
See also
Reference