STK ObjectsSend comments on this topic.
Connect Property (IAgVORefCrdnVector)
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 * pVal
);
public: HRESULT put_Connect(
    AgEVectorAxesConnectType pVal
);
[Java]
public AgEVectorAxesConnectType getConnect();
public void setConnect(
    AgEVectorAxesConnectType
);
[Python - STK API ]
@property
def Connect(self) -> "AgEVectorAxesConnectType":

@Connect.setter
def Connect(self, pVal:"AgEVectorAxesConnectType") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.