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





Description

Beginning pass number. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FirstPass() As Integer

[C#]
public int FirstPass {get; set;}

[Managed C++]
public: __property int get_FirstPass();
public: __property void set_FirstPass(
int
);

[Unmanaged C++]
public: HRESULT get_FirstPass(
long * pRetVal
);
public: HRESULT put_FirstPass(
long NewFirstPass
);

[Java]
public int getFirstPass();public void setFirstPass(
int
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1