STK Object BrokerSend comments on this topic.
LoadChildObject Method (IAgStkBroker)
See Also
Entity
FullPath
Windows





Windows & Linux

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
);
[Unmanaged C++]
public: HRESULT LoadChildObject(
    IAgEntity * Entity,
    BSTR FullPath,
    BSTR * pObjectPath
);
[Java]
public String loadChildObject(
    IAgEntity Entity,
    String FullPath
);

Parameters

Entity
FullPath

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.