STK ObjectsSend 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
);
[Unmanaged C++]
public: HRESULT SetPassType(
    AgEVeGfxPass Pass
);
[Java]
public void setPassType(
    AgEVeGfxPass Pass
);
[Python - STK API ]
def SetPassType(self, Pass:"AgEVeGfxPass") -> None:

Parameters

Pass

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.