Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.