2027 Method
Changes 0
M

GlobalParameter.UnlabelDimension

Description:
Unlabels a dimension that is currently labeled by this global parameter.
Remarks:
It is assumed that the given dimension element is presently labeled by this parameter. If it is not, this method throws an exception.
public void UnlabelDimension(
	ElementId dimensionId
)
  • dimensionId
    Id of a dimension element.
  • Given element Id is not of a valid dimension element. -or- The given dimension (dimensionId) is not labeled by this global parameter.
  • A non-optional argument was null