STK ObjectsSend comments on this topic.
NumberID Property (IAgAdvCATChosenObject)
See Also
Windows





Windows & Linux

Description

An IRON or other numeric id.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property NumberID() As Integer
[C#]
public int NumberID {get; set;}
[Managed C++]
public: __property int get_NumberID();
public: __property void set_NumberID( int );
[Unmanaged C++]
public: HRESULT get_NumberID(
    long * pVal
);
public: HRESULT put_NumberID(
    long NumberID
);
[Java]
public int getNumberID();
public void setNumberID(
    int
);
[Python - STK API ]
@property
def NumberID(self) -> int:

@NumberID.setter
def NumberID(self, NumberID:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.