STK ObjectsSend comments on this topic.
BoundaryPtsVisible Property (IAgATGraphics)
See Also
Windows





Windows & Linux

Description

Specify whether the individual perimeter points used to define the boundary of an area target are marked along the area target's boundary.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BoundaryPtsVisible() As Boolean
[C#]
public bool BoundaryPtsVisible {get; set;}
[Managed C++]
public: __property bool get_BoundaryPtsVisible();
public: __property void set_BoundaryPtsVisible( bool );
[Unmanaged C++]
public: HRESULT get_BoundaryPtsVisible(
    VARIANT_BOOL * pShowBoundaryPts
);
public: HRESULT put_BoundaryPtsVisible(
    VARIANT_BOOL pShowBoundaryPts
);
[Java]
public bool getBoundaryPtsVisible();
public void setBoundaryPtsVisible(
    bool
);
[Python - STK API ]
@property
def BoundaryPtsVisible(self) -> bool:

@BoundaryPtsVisible.setter
def BoundaryPtsVisible(self, pShowBoundaryPts:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.