AGI STK Object Broker 11 Send comments on this topic.
UnlockObject Method (IAgStkBroker)
See Also 
ObjectPath





Description

Allows a previously user-promoted object to be managed by the broker.

Syntax

[Visual Basic .NET]
Public Sub UnlockObject( _
   ByVal ObjectPath As String _
) 

[C#]
public void UnlockObject(
string ObjectPath
);

[Managed C++]
public: void UnlockObject(
String __gc ^ ObjectPath
);

[Java]
public  unlockObject(
String ObjectPath
);

[Unmanaged C++]
public: HRESULT UnlockObject(
BSTR ObjectPath
);

Parameters

ObjectPath

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1