Gets or sets whether the aspect ratio is fixed for mapping this appearance texture.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property FixedAspectRatio As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IRenderMaterial
Dim value As System.Boolean
instance.FixedAspectRatio = value
value = instance.FixedAspectRatio |
C# | |
---|
System.bool FixedAspectRatio {get; set;} |
C++/CLI | |
---|
property System.bool FixedAspectRatio {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True if the aspect ratio is fixed, false if not
Example
Example
Remarks
See Also
Availability
SolidWorks 2008 FCS, Revision Number 16.0