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