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





Description

Is the named constraint supported for this object.

Syntax

[Visual Basic .NET]
Public Function IsNamedConstraintSupported( _
   ByVal CnstrName As String _
) As Boolean

[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 * ReturnValue
);

Parameters

CnstrName

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1