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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.