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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.