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






Windows & Linux

Description

Specifies the method used for connecting geometric elements.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Connect() As AgEVectorAxesConnectType
[C#]
public AgEVectorAxesConnectType Connect {get; set;}
[Managed C++]
public: __property AgEVectorAxesConnectType get_Connect();
public: __property void set_Connect(
   AgEVectorAxesConnectType
);
[Unmanaged C++]
public: HRESULT get_Connect(
   AgEVectorAxesConnectType * pRetVal
);
public: HRESULT put_Connect(
   AgEVectorAxesConnectType NewConnect
);
[Java]
public AgEVectorAxesConnectType getConnect();public void setConnect(
   AgEVectorAxesConnectType
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.