AGI STK Objects 11Send 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 * pRetVal
);
public: HRESULT put_LastPass(
   long NewLastPass
);
[Java]
public int getLastPass();public void setLastPass(
   int
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.