Gets or sets the scale for the texture.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ScaleFactor As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As ITexture
Dim value As System.Double
instance.ScaleFactor = value
value = instance.ScaleFactor |
C# | |
---|
System.double ScaleFactor {get; set;} |
C++/CLI | |
---|
property System.double ScaleFactor {
System.double get();
void set ( & System.double value);
} |
Property Value
Value between 0.001 and 1,000, 000 by which to scale the texture
Example
See Also
Availability
SolidWorks 2005 FCS, Revision Number 13.0