AGI STK Objects 11 Send 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 * pRetVal
);
public: HRESULT put_PrimaryInterfererLinkLineWidth(
AgELineWidth NewPrimaryInterfererLinkLineWidth
);

[Java]
public AgELineWidth getPrimaryInterfererLinkLineWidth();public void setPrimaryInterfererLinkLineWidth(
AgELineWidth
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface