Method GetSystemTypeIndex
GetSystemTypeIndex(SystemHandle)
Gets the SystemTypeIndex for the system corresponding to the provided SystemHandle.
Declaration
public SystemTypeIndex GetSystemTypeIndex(SystemHandle SystemHandle)
Parameters
Type | Name | Description |
---|---|---|
SystemHandle | SystemHandle | The SystemHandle |
Returns
Type | Description |
---|---|
SystemTypeIndex | A SystemTypeIndex |
Exceptions
Type | Condition |
---|---|
InvalidOperationException | Thrown if the system handle could not be resolved to a SystemTypeIndex. |