AGI STK Objects 11 Send comments on this topic.
Options Property (IAgVeGfxSwath)
See Also 





Description

Options for swath display.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Options() As AgEVeGfxOptions

[C#]
public AgEVeGfxOptions Options {get; set;}

[Managed C++]
public: __property AgEVeGfxOptions get_Options();
public: __property void set_Options(
AgEVeGfxOptions
);

[Unmanaged C++]
public: HRESULT get_Options(
AgEVeGfxOptions * pRetVal
);
public: HRESULT put_Options(
AgEVeGfxOptions NewOptions
);

[Java]
public AgEVeGfxOptions getOptions();public void setOptions(
AgEVeGfxOptions
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1