AGI STK Astrogator 11Send comments on this topic.
GetControlByPaths Method (IAgVADEControlCollection)
See Also 
ObjectPath
ControlPath
Windows






Windows & Linux

Description

[Support Removed] 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 IAgVADEControl
[C#]
public IAgVADEControl GetControlByPaths(
   string ObjectPath,
   string ControlPath
);
[Managed C++]
public: IAgVADEControl^ GetControlByPaths(
   String __gc ^ ObjectPath,
   String __gc ^ ControlPath
);
[Java]
public IAgVADEControl getControlByPaths(
   String ObjectPath,
   String ControlPath
);
[Unmanaged C++]
public: HRESULT GetControlByPaths(
   BSTR ObjectPath,
   BSTR ControlPath,
   IAgVADEControl ** ReturnValue
);

Parameters

ObjectPath
ControlPath

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.