AGI STK Objects 11 Send comments on this topic.
SpatialInputMode Property (IAgSnEOIRBand)
See Also 
Windows






Windows & Linux

Description

Spatial parameter input mode.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SpatialInputMode() As AgESnEOIRBandSpatialInputMode

[C#]
public AgESnEOIRBandSpatialInputMode SpatialInputMode {get; set;}

[Managed C++]
public: __property AgESnEOIRBandSpatialInputMode get_SpatialInputMode();
public: __property void set_SpatialInputMode(
AgESnEOIRBandSpatialInputMode
);

[Unmanaged C++]
public: HRESULT get_SpatialInputMode(
AgESnEOIRBandSpatialInputMode * pRetVal
);
public: HRESULT put_SpatialInputMode(
AgESnEOIRBandSpatialInputMode NewSpatialInputMode
);

[Java]
public AgESnEOIRBandSpatialInputMode getSpatialInputMode();public void setSpatialInputMode(
AgESnEOIRBandSpatialInputMode
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface