MeasureGroupDimension.BeforeRemove(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes the MeasureGroupDimension object before the cleanup.
protected internal override void BeforeRemove (bool cleanUp);
override this.BeforeRemove : bool -> unit
Protected Friend Overrides Sub BeforeRemove (cleanUp As Boolean)
Parameters
- cleanUp
- Boolean
true to clean up the MeasureGroupDimension object; otherwise, false.
Remarks
This API supports the product infrastructure and is not intended to be used directly from your code.