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





Windows & Linux

Description

Gets or sets the option for evenly spacing adjacent elements.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Equilateral() As Boolean
[C#]
public bool Equilateral {get; set;}
[Managed C++]
public: __property bool get_Equilateral();
public: __property void set_Equilateral( bool );
[Unmanaged C++]
public: HRESULT get_Equilateral(
    VARIANT_BOOL * pVal
);
public: HRESULT put_Equilateral(
    VARIANT_BOOL val
);
[Java]
public bool getEquilateral();
public void setEquilateral(
    bool
);
[Python - STK API ]
@property
def Equilateral(self) -> bool:

@Equilateral.setter
def Equilateral(self, val:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.