Returns true if an exclusion object is assigned.
| [Visual Basic .NET] |
|---|
Public Function IsObjectAssigned( _ ByVal ObjectName As String _ ) As Boolean |
| [C#] |
|---|
public bool IsObjectAssigned( |
| [Managed C++] |
|---|
public: bool IsObjectAssigned( |
| [Java] |
|---|
public bool isObjectAssigned( |
| [Unmanaged C++] |
|---|
public: HRESULT IsObjectAssigned( |
- ObjectName
- The path to the object.
bool
This sees if an object is an already assigned constraint.
