STK ObjectsSend comments on this topic.
IsObjectAssigned Method (IAgAccessCnstrObjExAngle)
See Also
ObjectName
The path to the object.
Windows





Windows & Linux

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
);
[Unmanaged C++]
public: HRESULT IsObjectAssigned(
    BSTR ObjectName,
    VARIANT_BOOL * pIsAssigned
);
[Java]
public bool isObjectAssigned(
    String ObjectName
);
[Python - STK API ]
def IsObjectAssigned(self, ObjectName:str) -> bool:

Parameters

ObjectName
The path to the object.

Return Type

bool

Remarks

This sees if an object is an already assigned constraint.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.