AGI STK Objects 11Send comments on this topic.
CentroidVisible Property (IAgATGraphics)
See Also 
Windows






Windows & Linux

Description

Specify whether to display the centroid of the area target.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CentroidVisible() As Boolean
[C#]
public bool CentroidVisible {get; set;}
[Managed C++]
public: __property bool get_CentroidVisible();
public: __property void set_CentroidVisible(
   bool
);
[Unmanaged C++]
public: HRESULT get_CentroidVisible(
   VARIANT_BOOL * pRetVal
);
public: HRESULT put_CentroidVisible(
   VARIANT_BOOL NewCentroidVisible
);
[Java]
public bool getCentroidVisible();
public void setCentroidVisible(
   bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.