AGI STK Objects 11 Send 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 * pRetVal
);
public: HRESULT put_AutoCentroid(
VARIANT_BOOL NewAutoCentroid
);

[Java]
public bool getAutoCentroid();public void setAutoCentroid(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface