STK Object BrokerSend comments on this topic.
UnlockObject Method (IAgStkBroker)
See Also
ObjectPath
Windows





Windows & Linux

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
);
[Unmanaged C++]
public: HRESULT UnlockObject(
    BSTR ObjectPath
);
[Java]
public void unlockObject(
    String ObjectPath
);

Parameters

ObjectPath

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.