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





Description

A display friendly name for the entity which does not have to be unique.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DisplayName() As String

[C#]
public string DisplayName {get; set;}

[Managed C++]
public: __property String __gc ^ get_DisplayName();
public: __property void set_DisplayName(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_DisplayName(
BSTR * pRetVal
);
public: HRESULT put_DisplayName(
BSTR NewDisplayName
);

[Java]
public String getDisplayName();public void setDisplayName(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1