Specifies the method used for connecting geometric elements.
Read-write property
[Visual Basic .NET] |
---|
Public Property Connect() As AgEVectorAxesConnectType |
[C#] |
---|
public AgEVectorAxesConnectType Connect {get; set;} |
[Managed C++] |
---|
public: __property AgEVectorAxesConnectType get_Connect(); |
[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: |