Promotes the STK representation of an entity to the provided STK object type.
[Visual Basic .NET] |
---|
Public Function PromoteAndLockObject( _ ByVal Entity As IAgEntity, _ ByVal ObjectType As AgESTKObjectType _ ) As String |
[C#] |
---|
public string PromoteAndLockObject( IAgEntity Entity, AgESTKObjectType ObjectType ); |
[Managed C++] |
---|
public: String __gc ^ PromoteAndLockObject( IAgEntity ^ Entity, AgESTKObjectType ObjectType ); |
[Unmanaged C++] |
---|
public: HRESULT PromoteAndLockObject( IAgEntity * Entity, AgESTKObjectType ObjectType, BSTR * pObjectPath ); |
[Java] |
---|
public String promoteAndLockObject( IAgEntity Entity, AgESTKObjectType ObjectType ); |
- Entity
- ObjectType