AGI STK Objects 11 Send comments on this topic.
Id Property (IAgAntennaBeam)
See Also 





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 * pRetVal
);
public: HRESULT put_Id(
BSTR NewId
);

[Java]
public String getId();public void setId(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1