AGI STK Objects 11 Send comments on this topic.
LastPass Property (IAgVeGfxPassShowPasses)
See Also 





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 * pRetVal
);
public: HRESULT put_LastPass(
long NewLastPass
);

[Java]
public int getLastPass();public void setLastPass(
int
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1