ObliqueSliceInterp Option

 

The ObliqueSliceInterp option turns on or off the interpolation of the oblique image. The OptionValue is either True or False. True turns on the interpolation. False turns off the interpolation.

 

Syntax

object.Construct(“CreateModule”)

object.Option(“SourceModule”, “data file name”)

object.Option(“Type”, “ObliqueImage”)

object.Do() or object.DoOnce()

 

object.Construct(“ModifyModule”)

object.Option(“Module”, “ObliqueImage”)

object.Option(“ObliqueSliceInterp”, “OptionValue”)

object.Do() or object.DoOnce()

 

Example

This example turns on the oblique image interpolation.

 

  CommandApi.Construct("ModifyModule")

  CommandApi.Option("Module","ObliqueImage")

  CommandApi.Option("ObliqueSliceInterp", "True")

  CommandApi.Do()

 

Used by: ObliqueSlice

 

 

See Also

Automation Model