STK ObjectsSend comments on this topic.
Id Property (IAgElement)
See Also
Windows





Windows & Linux

Description

Gets the element Id.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Id() As Integer
[C#]
public int Id {get;}
[Managed C++]
public: __property int get_Id();
[Unmanaged C++]
public: HRESULT get_Id(
    int * pVal
);
[Java]
public Integer getId();
[Python - STK API ]
@property
def Id(self) -> int:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.