STK Graphics PrimitivesSend comments on this topic.
ContinueOnFailure Property (IAgStkGraphicsSequenceFilter)
See Also
Windows





Windows & Linux

Description

Gets or sets whether to continue applying filters in the sequence regardless of individual filter failures. When set to true, subsequent filters will still be applied to the source raster even if one or more filters in the sequence cannot be applied.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ContinueOnFailure() As Boolean
[C#]
public bool ContinueOnFailure {get; set;}
[Managed C++]
public: __property bool get_ContinueOnFailure();
public: __property void set_ContinueOnFailure( bool );
[Unmanaged C++]
public: HRESULT get_ContinueOnFailure(
    VARIANT_BOOL * pRetVal
);
public: HRESULT put_ContinueOnFailure(
    VARIANT_BOOL ContinueOnFailure
);
[Java]
public bool getContinueOnFailure();
public void setContinueOnFailure(
    bool
);
[Python - STK API ]
@property
def ContinueOnFailure(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.