STK ObjectsSend comments on this topic.
NumSides Property (IAgElementConfigurationPolygon)
See Also
Windows





Windows & Linux

Description

Gets or sets the number of polygon sides.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property NumSides() As Integer
[C#]
public int NumSides {get; set;}
[Managed C++]
public: __property int get_NumSides();
public: __property void set_NumSides( int );
[Unmanaged C++]
public: HRESULT get_NumSides(
    int * pVal
);
public: HRESULT put_NumSides(
    int val
);
[Java]
public Integer getNumSides();
public void setNumSides(
    Integer
);
[Python - STK API ]
@property
def NumSides(self) -> int:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.