STK ObjectsSend comments on this topic.
LinkMargin Property (IAgReceiverModelMedium)
See Also
Windows





Windows & Linux

Description

Gets the interface for configuring the link margin computation parameters.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property LinkMargin() As IAgLinkMargin
[C#]
public IAgLinkMargin LinkMargin {get;}
[Managed C++]
public: __property IAgLinkMargin ^ get_LinkMargin();
[Unmanaged C++]
public: HRESULT get_LinkMargin(
    IAgLinkMargin ** ppVal
);
[Java]
public IAgLinkMargin getLinkMargin();
[Python - STK API ]
@property
def LinkMargin(self) -> "IAgLinkMargin":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.