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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.