AGI STK Objects 11 Send comments on this topic.
IsConnectPointsVisible Property (IAgVeVOBPlaneInstance)
See Also 





Description

Whether to connect the additional points.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IsConnectPointsVisible() As Boolean

[C#]
public bool IsConnectPointsVisible {get; set;}

[Managed C++]
public: __property bool get_IsConnectPointsVisible();
public: __property void set_IsConnectPointsVisible(
bool
);

[Unmanaged C++]
public: HRESULT get_IsConnectPointsVisible(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_IsConnectPointsVisible(
VARIANT_BOOL NewIsConnectPointsVisible
);

[Java]
public bool getIsConnectPointsVisible();public void setIsConnectPointsVisible(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1