AGI STK Objects 11Send comments on this topic.
GetActiveNamedConstraint Method (IAgAccessConstraintCollection)
See Also
CnstrName
Windows






Windows & Linux

Description

Retrieves an active constraint with the given name.

Syntax

[Visual Basic .NET]
Public Function GetActiveNamedConstraint( _
    ByVal CnstrName As String _
) As 
[C#]
public IAgAccessConstraint GetActiveNamedConstraint(
    string CnstrName
);
[Managed C++]
public: IAgAccessConstraint^ GetActiveNamedConstraint(
    String __gc ^ CnstrName
);
[Java]
public IAgAccessConstraint getActiveNamedConstraint(
    String CnstrName
);
[Unmanaged C++]
public: HRESULT GetActiveNamedConstraint(
    BSTR CnstrName,
    IAgAccessConstraint ** ppRetVal
);

Parameters

CnstrName

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.