AGI STK VGT 11 Send comments on this topic.
NumberOfSteps Property (IAgCrdnGridValuesFixedNumberOfSteps)
See Also 
Windows






Windows & Linux

Description

The number of steps between coordinate values.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property int get_NumberOfSteps();
public: __property void set_NumberOfSteps(
int
);

[Unmanaged C++]
public: HRESULT get_NumberOfSteps(
int * pRetVal
);
public: HRESULT put_NumberOfSteps(
int NewNumberOfSteps
);

[Java]
public ppInteger getNumberOfSteps();public void setNumberOfSteps(
ppInteger
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface