Gets or sets the number of elements on the perimiter of the circle.
Read-write property
[Visual Basic .NET] |
---|
Public Property NumElements() As Integer |
[C#] |
---|
public int NumElements {get; set;} |
[Managed C++] |
---|
public: __property int get_NumElements(); |
[Unmanaged C++] |
---|
public: HRESULT get_NumElements( int * pVal ); public: HRESULT put_NumElements( int val ); |
[Java] |
---|
public Integer getNumElements(); public void setNumElements( Integer ); |