STK ObjectsSend 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 * pVal
);
public: HRESULT put_UseMaximumCone(
    VARIANT_BOOL UseMaximumCone
);
[Java]
public bool getUseMaximumCone();
public void setUseMaximumCone(
    bool
);
[Python - STK API ]
@property
def UseMaximumCone(self) -> bool:

@UseMaximumCone.setter
def UseMaximumCone(self, UseMaximumCone:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.