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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1