STK ObjectsSend 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 * pVal
);
public: HRESULT put_NumElementsX(
    int val
);
[Java]
public Integer getNumElementsX();
public void setNumElementsX(
    Integer
);
[Python - STK API ]
@property
def NumElementsX(self) -> int:

@NumElementsX.setter
def NumElementsX(self, val:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.