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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1