STK ObjectsSend 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 * pShowCentroid
);
public: HRESULT put_CentroidVisible(
    VARIANT_BOOL pShowCentroid
);
[Java]
public bool getCentroidVisible();
public void setCentroidVisible(
    bool
);
[Python - STK API ]
@property
def CentroidVisible(self) -> bool:

@CentroidVisible.setter
def CentroidVisible(self, pShowCentroid:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.