Click or drag to resize

CurrentGetActiveViewContentService Method

Overload List
 NameDescription
Public methodStatic memberGetActiveViewContentService(Type) Equivalent to
C#
SD.Workbench.ActiveViewContent.GetService(type)
, but does not throw a NullReferenceException when ActiveViewContent is null. (instead, null is returned).
Public methodStatic memberGetActiveViewContentServiceT Equivalent to
C#
SD.Workbench.ActiveViewContent.GetService<T>()
, but does not throw a NullReferenceException when ActiveViewContent is null. (instead, null is returned).
Top
See Also