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






Windows & Linux

Description

The number at which pass numbering begins. Dimensionless.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property int get_FirstPassNum();
public: __property void set_FirstPassNum(
int
);

[Unmanaged C++]
public: HRESULT get_FirstPassNum(
long * pRetVal
);
public: HRESULT put_FirstPassNum(
long NewFirstPassNum
);

[Java]
public int getFirstPassNum();public void setFirstPassNum(
int
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface