AGI STK Objects 11 Send comments on this topic.
UseMaximumCone Property (IAgSwath)
See Also 





Description

Whether to perform swath computations based on the maximum cone that encompasses the sensor pattern instead of actual pattern. Setting this option may result in a more informative swath with a superior appearance.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseMaximumCone() As Boolean

[C#]
public bool UseMaximumCone {get; set;}

[Managed C++]
public: __property bool get_UseMaximumCone();
public: __property void set_UseMaximumCone(
bool
);

[Unmanaged C++]
public: HRESULT get_UseMaximumCone(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseMaximumCone(
VARIANT_BOOL NewUseMaximumCone
);

[Java]
public bool getUseMaximumCone();public void setUseMaximumCone(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1