Share

LinearModelDimensionDefinition.GetInspectionDimensionData Method

Parent Object: LinearModelDimensionDefinition

Description

Method that returns the data associated with an inspection dimension. This method returns an error if the IsInspectionDimension property returns False.

Syntax

LinearModelDimensionDefinition.GetInspectionDimensionData( Shape As InspectionDimensionShapeEnum, Label As String, Rate As String )

Parameters

Name Type Description
Shape InspectionDimensionShapeEnum Output InspectionDimensionShapeEnum that indicates the border shape surrounding the inspection dimension text. Valid return values are kNoInspectionBorder, kAngularEndsInspectionBorder and kRoundedEndsInspectionBorder.
Label String Output string that returns the text placed left of the dimension value. The string can contain symbols specified using the StyleOverride tag. For instance, it can contain “<StyleOverride Font='AIGDT'>m</StyleOverride>Hi They'WithI donno p” to specify .
Rate String Output string that returns the text (typically a percentage value) placed to the right of the dimension value. The string can contain symbols specified using the StyleOverride tag. For instance, it can contain “<'StyleOverride> Font='AIGDT'>m</StyleOverride>” to specify .

Version

Introduced in version 2018

Was this information helpful?