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





Description

Pass display option: show all or those in a user-specified range.

Syntax

[Visual Basic .NET]
Public Sub SetPassType( _
   ByVal Pass As AgEVeGfxPass _
) 

[C#]
public void SetPassType(
AgEVeGfxPass Pass
);

[Managed C++]
public: void SetPassType(
AgEVeGfxPass Pass
);

[Java]
public  setPassType(
AgEVeGfxPass Pass
);

[Unmanaged C++]
public: HRESULT SetPassType(
AgEVeGfxPass Pass
);

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