Share

AngularGeneralDimension.GetInspectionDimensionData Method

Parent Object: AngularGeneralDimension

Description

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

Syntax

AngularGeneralDimension.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.
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.

Version

Introduced in version 2010

Was this information helpful?