inactivePermanentDisplayFlags property

RouteMapObjectPermanentDisplayFlagEnumSet? get inactivePermanentDisplayFlags

Флаги, исключающие скрытие компонентов неактивных маршрутов с карты. См. IRouteMapObject::permanent_display_flags.

Implementation

RouteMapObjectPermanentDisplayFlagEnumSet? get inactivePermanentDisplayFlags {
  _COptional_COptionSet_CRouteMapObjectPermanentDisplayFlag res = _CRouteEditorSource_inactivePermanentDisplayFlags(_CRouteEditorSourceMakeDefault().._impl=_self);
  return res._toDart();
}
set inactivePermanentDisplayFlags (RouteMapObjectPermanentDisplayFlagEnumSet? flags)

Implementation

set inactivePermanentDisplayFlags(RouteMapObjectPermanentDisplayFlagEnumSet? flags) {
  var _a1 = flags._copyFromDartTo_COptional_COptionSet_CRouteMapObjectPermanentDisplayFlag();
  void res = _CRouteEditorSource_setInactivePermanentDisplayFlags_COptional_COptionSet_CRouteMapObjectPermanentDisplayFlag(_CRouteEditorSourceMakeDefault().._impl=_self, _a1);
  return res;
}