UpAxisFlyout Property (IModelView)
.NET Syntax
Visual Basic (Declaration) | |
---|
Property UpAxisFlyout As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IModelView
Dim value As System.Integer
instance.UpAxisFlyout = value
value = instance.UpAxisFlyout |
C# | |
---|
System.int UpAxisFlyout {get; set;} |
C++/CLI | |
---|
property System.int UpAxisFlyout {
System.int get();
void set ( & System.int value);
} |
See Also