Options for swath display.
Read-write property
[Visual Basic .NET] |
---|
Public Property Options() As AgEVeGfxOptions |
[C#] |
---|
public AgEVeGfxOptions Options {get; set;} |
[Managed C++] |
---|
public: __property AgEVeGfxOptions get_Options(); |
[Unmanaged C++] |
---|
public: HRESULT get_Options( AgEVeGfxOptions * pVal ); public: HRESULT put_Options( AgEVeGfxOptions Options ); |
[Java] |
---|
public AgEVeGfxOptions getOptions(); public void setOptions( AgEVeGfxOptions ); |
[Python - STK API ] |
---|
@property def Options(self) -> "AgEVeGfxOptions": @Options.setter def Options(self, Options:"AgEVeGfxOptions") -> None: |