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 System.Double |
Visual Basic (Usage) | |
---|
Dim instance As IFace
Dim value As System.Double
instance.INormal = value
value = instance.INormal |
C# | |
---|
System.double INormal {get; set;} |
C++/CLI | |
---|
property System.double INormal {
System.double get();
void set ( & System.double value);
} |
See Also