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






Windows & Linux

Description

Gets or sets the number of elements in the y direction.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property int get_NumElementsY();
public: __property void set_NumElementsY(
int
);

[Unmanaged C++]
public: HRESULT get_NumElementsY(
int * pRetVal
);
public: HRESULT put_NumElementsY(
int NewNumElementsY
);

[Java]
public ppInteger getNumElementsY();public void setNumElementsY(
ppInteger
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface