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