STK ObjectsSend comments on this topic.
LastPass Property (IAgVeGfxPassShowPasses)
See Also
Windows





Windows & Linux

Description

End pass number. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LastPass() As Integer
[C#]
public int LastPass {get; set;}
[Managed C++]
public: __property int get_LastPass();
public: __property void set_LastPass( int );
[Unmanaged C++]
public: HRESULT get_LastPass(
    long * pVal
);
public: HRESULT put_LastPass(
    long LastPass
);
[Java]
public int getLastPass();
public void setLastPass(
    int
);
[Python - STK API ]
@property
def LastPass(self) -> int:

@LastPass.setter
def LastPass(self, LastPass:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.