Click or drag to resize

CurrentGetActiveViewContentService(Type) Method

Equivalent to
C#
SD.Workbench.ActiveViewContent.GetService(type)
, 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 Object? GetActiveViewContentService(
	Type type
)

Parameters

type  Type

[Missing <param name="type"/> documentation for "M:Altaxo.Current.GetActiveViewContentService(System.Type)"]

Return Value

Object

[Missing <returns> documentation for "M:Altaxo.Current.GetActiveViewContentService(System.Type)"]

See Also