STK ObjectsSend comments on this topic.
PrimaryInterfererLinkLineWidth Property (IAgCommSystemGraphics)
See Also
Windows





Windows & Linux

Description

Select the line width in which the primary interferer link line graphics display from the AgELineWidth enumeration.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PrimaryInterfererLinkLineWidth() As AgELineWidth
[C#]
public AgELineWidth PrimaryInterfererLinkLineWidth {get; set;}
[Managed C++]
public: __property AgELineWidth get_PrimaryInterfererLinkLineWidth();
public: __property void set_PrimaryInterfererLinkLineWidth( AgELineWidth );
[Unmanaged C++]
public: HRESULT get_PrimaryInterfererLinkLineWidth(
    AgELineWidth * pVal
);
public: HRESULT put_PrimaryInterfererLinkLineWidth(
    AgELineWidth val
);
[Java]
public AgELineWidth getPrimaryInterfererLinkLineWidth();
public void setPrimaryInterfererLinkLineWidth(
    AgELineWidth
);
[Python - STK API ]
@property
def PrimaryInterfererLinkLineWidth(self) -> "AgELineWidth":

@PrimaryInterfererLinkLineWidth.setter
def PrimaryInterfererLinkLineWidth(self, val:"AgELineWidth") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.