STK ObjectsSend comments on this topic.
AutoCentroid Property (IAgAreaTarget)
See Also
Windows





Windows & Linux

Description

Opt whether to have the centroid automatically computed.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AutoCentroid() As Boolean
[C#]
public bool AutoCentroid {get; set;}
[Managed C++]
public: __property bool get_AutoCentroid();
public: __property void set_AutoCentroid( bool );
[Unmanaged C++]
public: HRESULT get_AutoCentroid(
    VARIANT_BOOL * pAutoCentroid
);
public: HRESULT put_AutoCentroid(
    VARIANT_BOOL pAutoCentroid
);
[Java]
public bool getAutoCentroid();
public void setAutoCentroid(
    bool
);
[Python - STK API ]
@property
def AutoCentroid(self) -> bool:

@AutoCentroid.setter
def AutoCentroid(self, pAutoCentroid:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.