AGI Common Entity Library 11 Send comments on this topic.
ID Property (IAgEntity)
See Also 





Description

The globally unique string associated with the entity.

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 * pRetVal
);
public: HRESULT put_ID(
BSTR NewID
);

[Java]
public String getID();public void setID(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1