ReadPropertyObjectFileOptions

These constants represent the options you can use with the Engine.ReadPropertyObjectFile method. Use the bitwise-OR operator to specify more than one option.

  • ReadPropertyObjectFileOption_None –(Value: 0x0) No options.
  • ReadPropertyObjectFileOption_TypesOnly –(Value: 0x2) Pass this option to read only the types for the specified file. The method does not read the main data object when you select this option.

See Also

Engine.ReadPropertyObjectFile