IComplexFunctionArguments Interface

Provides access to members that control Complex function arguments.

Members

Name Description
Read/write property ImaginaryRaster The input imaginary raster.
Read/write property Raster The input complex or real raster.
Read/write property ValueType The output value type: AMPLITUDE, PHASE, or COMPLEX.

IComplexFunctionArguments.ImaginaryRaster Property

The input imaginary raster.

Public Property ImaginaryRaster As Object
public object ImaginaryRaster {get; set;}

IComplexFunctionArguments.Raster Property

The input complex or real raster.

Public Property Raster As Object
public object Raster {get; set;}

IComplexFunctionArguments.ValueType Property

The output value type: AMPLITUDE, PHASE, or COMPLEX.

Public Property ValueType As String
public string ValueType {get; set;}

Classes that implement IComplexFunctionArguments

Classes Description
ComplexFunctionArguments A class for a Complex value conversion function arguments.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.