This .NET enum wraps the AcGsModel::InvalidationHint ObjectARX enum. It tells the Graphic System how to process the invalidate method.
Public Enum InvalidationHint InvalidateNone InvalidateIsolines InvalidateViewportCache InvalidateAll InvalidateAllStatic InvalidateFacets InvalidateFills InvalidateLinetypes InvalidateMaterials End Enum
public enum InvalidationHint { InvalidateNone, InvalidateIsolines, InvalidateViewportCache, InvalidateAll, InvalidateAllStatic, InvalidateFacets, InvalidateFills, InvalidateLinetypes, InvalidateMaterials }
Members |
Description |
InvalidateNone |
Invalidates no cahce. |
InvalidateIsolines |
Invalidates any isolines that may be cached. |
InvalidateViewportCache |
Invalidates all per-view caches. |
InvalidateAll |
Invalidates the entire cache. |
InvalidateAllStatic |
Invalidate all static items |
InvalidateFacets |
Invalidate facets |
InvalidateFills |
Invalidate fills |
InvalidateLinetypes |
Invalidates all linetype caches. |
InvalidateMaterials |
Invalidate materials |
Comments? |