Share

DrawingDimension.SetInspectionDimensionData Method

Parent Object: DrawingDimension

Description

Method that sets the data associated with an inspection dimension. This method automatically sets the IsInspectionDimension property to True, if it isn't already.

Remarks

An example of a StyleOverride tag in this context. <StyleOverride Font='AIGDT'\>m</StyleOverride> will result in the symbol

Syntax

DrawingDimension.SetInspectionDimensionData( [Shape] As InspectionDimensionShapeEnum, [Label] As String, [Rate] As String )

Parameters

Name Type Description
Shape InspectionDimensionShapeEnum Optional input InspectionDimensionShapeEnum that specifies the border shape surrounding the inspection dimension text. Valid values are kNoInspectionBorder, kAngularEndsInspectionBorder and kRoundedEndsInspectionBorder. If not specified, kNoInspectionBorder is used.

This is an optional argument whose default value is 79361.
Label String Optional input string that specifies the text placed left of the dimension value. The string can contain symbols specified using the StyleOverride tag.

This is an optional argument whose default value is "".
Rate String Optional input string that specifies the text (typically a percentage value) placed to the right of the dimension value. The string can contain symbols specified using the StyleOverride tag.

This is an optional argument whose default value is "".

Version

Introduced in version 2010

Was this information helpful?