Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Altaxo Namespaces
Altaxo
Current Class
Current Methods
GetActiveViewContentService Method
GetActiveViewContentService<T> Method
GetActiveViewContentService(Type) Method
Current
Get
Active
View
Content
Service Method
Overload List
Name
Description
GetActiveViewContentService(Type)
Equivalent to
C#
Copy
SD.Workbench.ActiveViewContent.GetService(type)
, but does not throw a NullReferenceException when ActiveViewContent is null. (instead, null is returned).
GetActiveViewContentService
T
Equivalent to
C#
Copy
SD.Workbench.ActiveViewContent.GetService<T>()
, but does not throw a NullReferenceException when ActiveViewContent is null. (instead, null is returned).
Top
See Also
Reference
Current Class
Altaxo Namespace
Altaxo can be downloaded from
SourceForge
. Source code available on
Github
.
(C) Dr. Dirk Lellinger and all contributors to the source code 2002 -
Send comments on this topic to
dlellinger@users.sourceforge.net