STK ObjectsSend comments on this topic.
FromObject Property (IAgChConnection)
See Also
Windows





Windows & Linux

Description

From object for a connection.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FromObject() As IAgStkObject
[C#]
public IAgStkObject FromObject {get; set;}
[Managed C++]
public: __property IAgStkObject ^ get_FromObject();
public: __property void set_FromObject( IAgStkObject );
[Unmanaged C++]
public: HRESULT get_FromObject(
    IAgStkObject ** ppFromObject
);
public: HRESULT put_FromObject(
    IAgStkObject pFromObject
);
[Java]
public IAgStkObject getFromObject();
public void setFromObject(
    IAgStkObject
);
[Python - STK API ]
@property
def FromObject(self) -> "IAgStkObject":

@FromObject.setter
def FromObject(self, pFromObject:"IAgStkObject") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.