STK Real-Time FrameworkSend comments on this topic.
Id Property (IAgRtProvideEntities)
See Also
Windows





Windows & Linux

Description

A unique ID associated with this provider instance.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Id() As String
[C#]
public string Id {get; set;}
[Managed C++]
public: __property String __gc ^ get_Id();
public: __property void set_Id( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_Id(
    BSTR * pId
);
public: HRESULT put_Id(
    BSTR Id
);
[Java]
public String getId();
public void setId(
    String
);

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.