ReadFrom
TheReadFrommethod reads this transform's matrix from the specified storage unit.
void ReadFrom (in ODStorageUnit storageUnit);
storageUnit- A reference to the storage unit from which the matrix is to be read.
DISCUSSION
Before calling this method, you must focus the storage unit on the property from which the matrix elements are to be written. The matrix is read from the value of typekODTransformin the focused property. If no such value exists, this transform is reset to an identity transform.OVERRIDING
If you subclassODTransformto create a nonlinear transform class, you must override this method. Your override method can call its inherited method at any point in your implementation (it does not matter where).EXCEPTIONS
kODErrUnfocusedStorageUnit- This storage unit is not focused on a property or a value.
SEE ALSO
TheODTransform::WriteTomethod (page 786).