LinkDelayEvaluatorPushAdjustmentCache Method |
Pushes the a set of cached adjustments onto the stack.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic virtual IDisposable PushAdjustmentCache()
Public Overridable Function PushAdjustmentCache As IDisposable
public:
virtual IDisposable^ PushAdjustmentCache()
abstract PushAdjustmentCache : unit -> IDisposable
override PushAdjustmentCache : unit -> IDisposable
Return Value
Type:
IDisposableAn instance that can be disposed in order to pop the stack.
See Also