S52Visualizer.ViewingGroupFilter Property
Gets or sets an object that can control whether particular viewing group layers are displayed or not.
Syntax
public S52ViewingGroupFilter ViewingGroupFilter { get; set; }
Property Value
Default: null
An object that can control whether particular viewing group layers are displayed or not.
Remarks
This property allows more fine-grained filtering of object visibility than the coarser DisplayCategory property. If you have S-57 ENC data, it is enough to use an object of the base class S52ViewingGroupFilter. If you have S-57 AML data and want to toggle some viewing group layers that are available only for AML data, you must use an object of the derived class S52AmlViewingGroupFilter. See these classes for details.
Platforms
Windows, Linux, Android