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





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 IAgVADCControl

[C#]
public IAgVADCControl GetControlByPaths(
string ObjectPath,
string ControlPath
);

[Managed C++]
public: IAgVADCControl^ GetControlByPaths(
String __gc ^ ObjectPath,
String __gc ^ ControlPath
);

[Java]
public IAgVADCControl getControlByPaths(
String ObjectPath,
String ControlPath
);

[Unmanaged C++]
public: HRESULT GetControlByPaths(
BSTR ObjectPath,
BSTR ControlPath,
IAgVADCControl ** ReturnValue
);

Parameters

ObjectPath
ControlPath

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1