Interface ICamApiFiltersManager
Controls geometry selection filters
Assembly: CAMAPI.ApplicationMainForm.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("59D7D2E1-AF94-4ABD-82F8-8FAD7EDB8156")]
public interface ICamApiFiltersManager
Methods
GetFilterEnabled(TWorkFilterType)
Declaration
bool GetFilterEnabled(TWorkFilterType FilterType)
Parameters
Returns
SetFilterEnabled(TWorkFilterType, bool)
Declaration
void SetFilterEnabled(TWorkFilterType FilterType, bool IsEnabled)
Parameters