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





Description

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

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property int get_NumElementsX();
public: __property void set_NumElementsX(
int
);

[Unmanaged C++]
public: HRESULT get_NumElementsX(
int * pRetVal
);
public: HRESULT put_NumElementsX(
int NewNumElementsX
);

[Java]
public ppInteger getNumElementsX();public void setNumElementsX(
ppInteger
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1