TracingAssert Method (Guid) |
Display a typical ASSERT dialog with stack information.
Namespace:
Grasshopper
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public static void Assert(
Guid assert_id
)
Public Shared Sub Assert (
assert_id As Guid
)
Parameters
- assert_id
- Type: SystemGuid
ID of assert message. Every assert must have a unique ID so individual messages can be ignored.
See Also