CurrentGet |
| Name | Description | |
|---|---|---|
| GetActiveViewContentService(Type) |
Equivalent to SD.Workbench.ActiveViewContent.GetService(type),
but does not throw a NullReferenceException when ActiveViewContent is null.
(instead, null is returned).
| |
| GetActiveViewContentServiceT |
Equivalent to SD.Workbench.ActiveViewContent.GetService<T>(),
but does not throw a NullReferenceException when ActiveViewContent is null.
(instead, null is returned).
|