STK ObjectsSend 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
);
[Unmanaged C++]
public: HRESULT BindTo(
    BSTR Path,
    IAgStkObject ** ppIAgStkObject
);
[Java]
public IAgStkObject bindTo(
    String Path
);
[Python - STK API ]
def BindTo(self, Path:str) -> "IAgStkObject":

Parameters

Path
The path to the Object.

Return Type

IAgStkObject.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.