STK AstrogatorSend comments on this topic.
GetControlByPaths Method (IAgVAIPOPTControlCollection)
See Also
ObjectPath
ControlPath
Windows





Windows & Linux

Description

Returns the control specified by the object/control path.

Syntax

[Visual Basic .NET]
Public Function GetControlByPaths( _
    ByVal ObjectPath As String, _
    ByVal ControlPath As String _
) As IAgVAIPOPTControl
[C#]
public IAgVAIPOPTControl GetControlByPaths(
    string ObjectPath,
    string ControlPath
);
[Managed C++]
public: IAgVAIPOPTControl^ GetControlByPaths(
    String __gc ^ ObjectPath,
    String __gc ^ ControlPath
);
[Unmanaged C++]
public: HRESULT GetControlByPaths(
    BSTR ObjectPath,
    BSTR ControlPath,
    IAgVAIPOPTControl ** IPOPTControl
);
[Java]
public IAgVAIPOPTControl getControlByPaths(
    String ObjectPath,
    String ControlPath
);
[Python - STK API ]
def GetControlByPaths(self, ObjectPath:str, ControlPath:str) -> "IAgVAIPOPTControl":

Parameters

ObjectPath
ControlPath

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.