BlockDisable Method
- Last UpdatedApr 08, 2026
- 1 minute read
Disables a block.
[Obsolete("BlockDisable is deprecated. Use Subscribe/UnSubscribe instead of Attach/Detach. <-- [DECEMBER 2021]")]
public void BlockDisable(
uint blockID
)
[Obsolete("BlockDisable is deprecated. Use Subscribe/UnSubscribe instead of Attach/Detach. <-- [DECEMBER 2021]")]
public:
void BlockDisable(
uint blockID
)
Parameters
- blockID
- The Block ID.
| Exception | Description |
|---|---|
| System.ArgumentException | Block ID is zero. |