Skip to content

cd85a2e0 b3d8 b06b 68aa 09992508e496

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

FieldsModel.HasVisibleAggregatesByLocation Method

Additional header content

Gets a value indicating whether there is a field with a visible aggregate and at specified position.

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 HasVisibleAggregatesByLocation(
	KnownAggregateLocation location
)

VB

Public Function HasVisibleAggregatesByLocation ( 
	location As KnownAggregateLocation
) As Boolean

Parameters

 

location
Type: iTin.Export.Model.KnownAggregateLocation
Aggregate location

Return Value

Type: Boolean
true if there is a field with a visible aggregate and at the specified location; otherwise, false.

Remarks

[Missing documentation for "M:iTin.Export.Model.FieldsModel.HasVisibleAggregatesByLocation(iTin.Export.Model.KnownAggregateLocation)"]

See Also

Reference

FieldsModel Class
iTin.Export.Model Namespace

Clone this wiki locally