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.
Indicates to the transform that it is properly set up and ready to produce output.
Syntax
object.ClearDirty();
Parameters
This method has no parameters.
Return value
This method does not return a value.
Remarks
Calling this function causes the CDXBaseNTo1::IsTransformDirty method to return FALSE. This is commonly called at the end of CDXBaseNTo1::OnSetup to indicate the transform is ready for a call to CDXBaseNTo1::OnExecute.