*ReaderProperty()
Captures the reader options used while loading the model and result files.
Syntax
*ReaderProperty (Type, Value)
Application
HyperView
Inputs
- Type
 - Specifies the property setting the reader will use while reading the input file.
 - Value
 - Specifies the value corresponding to the selected property.
 
Context
*BeginGraphic()
Example
*BeginGraphic()
• • •
   *BeginModel({GRAPHIC_FILE_1}, LS_DYNA d3plot)
       *ReaderProperty("Model Organization", "By Property")
       *BeginResult({RESULT_FILE_1}, LS_DYNA d3plot)
          *CurrentSubcase(1, 4)
          *ReaderProperty("Model Organization", "By Property")
       *EndResult()
• • •
   *EndModel()
• • •
*EndGraphic()
      Comments
This statement will only be written out if the default properties have been changed by the user.