STK ObjectsSend comments on this topic.
Pass Property (IAgVeGfxPasses)
See Also
Windows





Windows & Linux

Description

Get the pass property.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Pass() As IAgVeGfxPass
[C#]
public IAgVeGfxPass Pass {get;}
[Managed C++]
public: __property IAgVeGfxPass ^ get_Pass();
[Unmanaged C++]
public: HRESULT get_Pass(
    IAgVeGfxPass ** ppVal
);
[Java]
public IAgVeGfxPass getPass();
[Python - STK API ]
@property
def Pass(self) -> "IAgVeGfxPass":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.