Pass display option: show all or those in a user-specified range.
Read-only property
[Visual Basic .NET] |
---|
Public Property PassType() As AgEVeGfxPass |
[C#] |
---|
public AgEVeGfxPass PassType {get;} |
[Managed C++] |
---|
public: __property AgEVeGfxPass get_PassType(); |
[Unmanaged C++] |
---|
public: HRESULT get_PassType( AgEVeGfxPass * pVal ); |
[Java] |
---|
public AgEVeGfxPass getPassType(); |
[Python - STK API ] |
---|
@property def PassType(self) -> "AgEVeGfxPass": |