STK ObjectsSend comments on this topic.
ID Property (IAgAntennaBeam)
See Also
Windows





Windows & Linux

Description

Gets or sets the antenna beam identifier.

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 * pVal
);
public: HRESULT put_ID(
    BSTR val
);
[Java]
public String getID();
public void setID(
    String
);
[Python - STK API ]
@property
def ID(self) -> str:

@ID.setter
def ID(self, val:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.