Click or drag to resize

CurrentGetActiveViewContentServiceT Method

Equivalent to
C#
SD.Workbench.ActiveViewContent.GetService<T>()
, but does not throw a NullReferenceException when ActiveViewContent is null. (instead, null is returned).

Namespace: Altaxo
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static T GetActiveViewContentService<T>()
where T : class

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Altaxo.Current.GetActiveViewContentService``1"]

Return Value

T

[Missing <returns> documentation for "M:Altaxo.Current.GetActiveViewContentService``1"]

See Also