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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.