AGI STK Object Broker 11 Send comments on this topic.
LoadChildObject Method (IAgStkBroker)
See Also 
Entity
FullPath





Description

Imports an STK object as a child of the provided Entity.

Syntax

[Visual Basic .NET]
Public Function LoadChildObject( _
   ByVal Entity As IAgEntity, _
   ByVal FullPath As String _
) As String

[C#]
public string LoadChildObject(
IAgEntity Entity,
string FullPath
);

[Managed C++]
public: String __gc ^ LoadChildObject(
IAgEntity ^ Entity,
String __gc ^ FullPath
);

[Java]
public String loadChildObject(
IAgEntity Entity,
String FullPath
);

[Unmanaged C++]
public: HRESULT LoadChildObject(
IAgEntity * Entity,
BSTR FullPath,
BSTR * ReturnValue
);

Parameters

Entity
FullPath

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1