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






Windows & Linux

Description

Is the named constraint supported for this object.

Syntax

[Visual Basic .NET]
Public Function IsNamedConstraintSupported( _
    ByVal CnstrName As String _
) As 
[C#]
public bool IsNamedConstraintSupported(
    string CnstrName
);
[Managed C++]
public: bool IsNamedConstraintSupported(
    String __gc ^ CnstrName
);
[Java]
public bool isNamedConstraintSupported(
    String CnstrName
);
[Unmanaged C++]
public: HRESULT IsNamedConstraintSupported(
    BSTR CnstrName,
    VARIANT_BOOL * pRetVal
);

Parameters

CnstrName

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.