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






Windows & Linux

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
MemberValueDescription
ePassUnknown-1Unknown pass.
ePassShowAll0Show all passes.
ePassShowPasses1Show passes in a user-specified range.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.