AGI STK Objects 11Send 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
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.