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