Click or drag to resize

IndicatorBaseGetOrAddT Method

Gets or add a DrawingBase

Namespace: ArthaChitra.Model.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntax
C#
public T GetOrAdd<T>(
	string tag,
	bool isBarsPanel = false
)
where T : new(), DrawingBase

Parameters

tag  String
Tag of the DrawingBase
isBarsPanel  Boolean  (Optional)
Is drawn in the Bars panel

Type Parameters

T

Return Value

T
Exceptions
ExceptionCondition
Exception
See Also