AGI STK Objects 11 Send comments on this topic.
IsPassTypeSupported Method (IAgVeGfxPasses)
See Also 
Pass





Description

Gets a value indicating whether the specified type can be used.

Syntax

[Visual Basic .NET]
Public Function IsPassTypeSupported( _
   ByVal Pass As AgEVeGfxPass _
) As Boolean

[C#]
public bool IsPassTypeSupported(
AgEVeGfxPass Pass
);

[Managed C++]
public: bool IsPassTypeSupported(
AgEVeGfxPass Pass
);

[Java]
public bool isPassTypeSupported(
AgEVeGfxPass Pass
);

[Unmanaged C++]
public: HRESULT IsPassTypeSupported(
AgEVeGfxPass Pass,
VARIANT_BOOL * ReturnValue
);

Parameters

Pass
Member Value Description
ePassUnknown -1 Unknown pass.
ePassShowAll 0 Show all passes.
ePassShowPasses 1 Show passes in a user-specified range.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1