AGI STK Objects 11 Send comments on this topic.
BindTo Method (IAgLinkToObject)
See Also 
Path
The path to the Object.





Description

Binds to existing object instance using the specified object path.

Syntax

[Visual Basic .NET]
Public Function BindTo( _
   ByVal Path As String _
) As IAgStkObject

[C#]
public IAgStkObject BindTo(
string Path
);

[Managed C++]
public: IAgStkObject^ BindTo(
String __gc ^ Path
);

[Java]
public IAgStkObject bindTo(
String Path
);

[Unmanaged C++]
public: HRESULT BindTo(
BSTR Path,
IAgStkObject ** ReturnValue
);

Parameters

Path
The path to the Object.

Return Type

IAgStkObject.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1