Gets or sets whether to flip the appearance texture about the selected direction vertically.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property HeightMirror As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IRenderMaterial
Dim value As Boolean
instance.HeightMirror = value
value = instance.HeightMirror
|
C# | |
---|
bool HeightMirror {get; set;} |
C++/CLI | |
---|
property bool HeightMirror {
bool get();
void set (bool value);
} |
Return Value
True to flip the appearance texture about the selected direction vertically, false to not
Remarks
See Also
Availability
SolidWorks 2008 FCS, Revision Number 16.0