Obsolete. Superseded by IFaceHatch::Scale2.
NOTE: This property is a get-only property. Set is not implemented.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Scale As Double |
Visual Basic (Usage) | |
---|
Dim instance As IFaceHatch
Dim value As Double
instance.Scale = value
value = instance.Scale
|
C# | |
---|
double Scale {get; set;} |
C++/CLI | |
---|
property double Scale {
double get();
void set (double value);
} |
See Also