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

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.