STK ObjectsSend comments on this topic.
IsObstructionAssigned Method (IAgAccessCnstrThirdBody)
See Also
Obstruction
The path to the obstruction.
Windows





Windows & Linux

Description

Helper method to see if a third body is already assigned

Syntax

[Visual Basic .NET]
Public Function IsObstructionAssigned( _
    ByVal Obstruction As String _
) As Boolean
[C#]
public bool IsObstructionAssigned(
    string Obstruction
);
[Managed C++]
public: bool IsObstructionAssigned(
    String __gc ^ Obstruction
);
[Unmanaged C++]
public: HRESULT IsObstructionAssigned(
    BSTR Obstruction,
    VARIANT_BOOL * pRetVal
);
[Java]
public bool isObstructionAssigned(
    String Obstruction
);
[Python - STK API ]
def IsObstructionAssigned(self, Obstruction:str) -> bool:

Parameters

Obstruction
The path to the obstruction.

Remarks

Sees if an obstruction is already assigned.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.