AGI STK Objects 11Send comments on this topic.
SetLinkSelectionCriteriaType Method (IAgCommSystem)
See Also
val
Windows






Windows & Linux

Description

Sets the link selection criteria by name.

Syntax

[Visual Basic .NET]
Public Sub SetLinkSelectionCriteriaType( _
    ByVal val As AgECommSystemLinkSelectionCriteriaType _
) As 
[C#]
public void SetLinkSelectionCriteriaType(
    AgECommSystemLinkSelectionCriteriaType val
);
[Managed C++]
public: void SetLinkSelectionCriteriaType(
    AgECommSystemLinkSelectionCriteriaType val
);
[Java]
public void setLinkSelectionCriteriaType(
    AgECommSystemLinkSelectionCriteriaType val
);
[Unmanaged C++]
public: HRESULT SetLinkSelectionCriteriaType(
    AgECommSystemLinkSelectionCriteriaType val
);

Parameters

val

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.