Skip to content

abfeb636 bbca ed92 af5e 75e53f188bc8

Fernando Garcia edited this page May 8, 2018 · 1 revision

BaseLineModel.TryGetStyle Method

Additional header content

Gets a reference to the StyleModel from global resources.

Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public bool TryGetStyle(
	out StyleModel style
)

VB

Public Function TryGetStyle ( 
	<OutAttribute> ByRef style As StyleModel
) As Boolean

Parameters

 

style
Type: iTin.Export.Model.StyleModel
A StyleModel resource.

Return Value

Type: Boolean
true if returns the style from resource; otherwise, false.

Remarks

[Missing documentation for "M:iTin.Export.Model.BaseLineModel.TryGetStyle(iTin.Export.Model.StyleModel@)"]

See Also

Reference

BaseLineModel Class
iTin.Export.Model Namespace

Clone this wiki locally