AGI STK Objects 11 Send comments on this topic.
IsObjectAssigned Method (IAgAccessCnstrObjExAngle)
See Also 
ObjectName
The path to the object.





Description

Returns true if an exclusion object is assigned.

Syntax

[Visual Basic .NET]
Public Function IsObjectAssigned( _
   ByVal ObjectName As String _
) As Boolean

[C#]
public bool IsObjectAssigned(
string ObjectName
);

[Managed C++]
public: bool IsObjectAssigned(
String __gc ^ ObjectName
);

[Java]
public bool isObjectAssigned(
String ObjectName
);

[Unmanaged C++]
public: HRESULT IsObjectAssigned(
BSTR ObjectName,
VARIANT_BOOL * ReturnValue
);

Parameters

ObjectName
The path to the object.

Return Type

bool

Remarks

This sees if an object is an already assigned constraint.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1