STK ObjectsSend comments on this topic.
NumElements Property (IAgElementConfigurationCircular)
See Also
Windows





Windows & Linux

Description

Gets or sets the number of elements on the perimiter of the circle.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property NumElements() As Integer
[C#]
public int NumElements {get; set;}
[Managed C++]
public: __property int get_NumElements();
public: __property void set_NumElements( int );
[Unmanaged C++]
public: HRESULT get_NumElements(
    int * pVal
);
public: HRESULT put_NumElements(
    int val
);
[Java]
public Integer getNumElements();
public void setNumElements(
    Integer
);
[Python - STK API ]
@property
def NumElements(self) -> int:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.