Validate inputs to System object
validateInputsImpl(obj,input1,input2,...)
validateInputsImpl(obj,input1,input2,...)
validates inputs to the
System
object™ the first time the object runs. Validation includes checking data types,
complexity, cross-input validation, and validity of inputs controlled by a property value.
You must set Access = protected
for this method.
You cannot modify any properties in this method. Use the processTunedPropertiesImpl
method or setupImpl
method to modify properties.
|
System object handle |
|
Inputs to the |