Gets or sets whether a display dimension is displayed as an inspection dimension.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Inspection As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IDisplayDimension
Dim value As Boolean
instance.Inspection = value
value = instance.Inspection
|
C# | |
---|
bool Inspection {get; set;} |
C++/CLI | |
---|
property bool Inspection {
bool get();
void set (bool value);
} |
Return Value
True if the display dimension is displayed as an inspection dimension, false if not
Remarks
See Also
Availability
SolidWorks 99, datecode 1999207