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

© 2024 Analytical Graphics, Inc. All Rights Reserved.