Get the pass property.
Read-only property
[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": |