STK ObjectsSend 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 * pVal
);
public: HRESULT put_NumElementsY(
    int val
);
[Java]
public Integer getNumElementsY();
public void setNumElementsY(
    Integer
);
[Python - STK API ]
@property
def NumElementsY(self) -> int:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.