STK ObjectsSend 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 * pVal
);
public: HRESULT put_SpatialInputMode(
    AgESnEOIRBandSpatialInputMode newVal
);
[Java]
public AgESnEOIRBandSpatialInputMode getSpatialInputMode();
public void setSpatialInputMode(
    AgESnEOIRBandSpatialInputMode
);
[Python - STK API ]
@property
def SpatialInputMode(self) -> "AgESnEOIRBandSpatialInputMode":

@SpatialInputMode.setter
def SpatialInputMode(self, newVal:"AgESnEOIRBandSpatialInputMode") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.