Gets or sets whether a linear dimension is foreshortened in a drawing.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Foreshortened As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IDisplayDimension
Dim value As System.Boolean
instance.Foreshortened = value
value = instance.Foreshortened |
C# | |
---|
System.bool Foreshortened {get; set;} |
C++/CLI | |
---|
property System.bool Foreshortened {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True if the linear dimension is foreshortened, false if not
Example
Remarks
See Also
Availability
SOLIDWORKS 2016 FCS, Revision Number 24.0