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.
Read-write property
[Visual Basic .NET] |
---|
Public Property UseMaximumCone() As Boolean |
[C#] |
---|
public bool UseMaximumCone {get; set;} |
[Managed C++] |
---|
public: __property bool get_UseMaximumCone(); |
[Unmanaged C++] |
---|
public: HRESULT get_UseMaximumCone( VARIANT_BOOL * pVal ); public: HRESULT put_UseMaximumCone( VARIANT_BOOL UseMaximumCone ); |
[Java] |
---|
public bool getUseMaximumCone(); public void setUseMaximumCone( bool ); |