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