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
);
|
See Also