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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface