Scale2 Property (IBlockInstance)
Obsolete. Superseded by ISketchBlockInstance::Scale.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Scale2 As Double |
Visual Basic (Usage) | |
---|
Dim instance As IBlockInstance
Dim value As Double
instance.Scale2 = value
value = instance.Scale2
|
C# | |
---|
double Scale2 {get; set;} |
C++/CLI | |
---|
property double Scale2 {
double get();
void set (double value);
} |
See Also