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 * pRetVal
);
public: HRESULT put_NumSides(
   int NewNumSides
);
[Java]
public ppInteger getNumSides();public void setNumSides(
   ppInteger
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.