STK ObjectsSend comments on this topic.
Name Property (IAgVORefCrdn)
See Also
Windows





Windows & Linux

Description

The name of the component.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Name() As String
[C#]
public string Name {get;}
[Managed C++]
public: __property String __gc ^ get_Name();
[Unmanaged C++]
public: HRESULT get_Name(
    BSTR * pName
);
[Java]
public String getName();
[Python - STK API ]
@property
def Name(self) -> str:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.