Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
|
..OrientationData Property
|
|
Get / Set the Orientation3D object that the Pivot Point should affect
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public Orientation3D OrientationData { get; set; }
|
Visual Basic
|
Public Property OrientationData As Orientation3D
Get
Set
|
Visual C++
|
public:
property Orientation3D^ OrientationData {
Orientation3D^ get ();
void set (Orientation3D^ value);
}
|
Property Value
Type: Orientation3D
See Also
PivotPoint3D Class
PivotPoint3D Members
DPSF Namespace
Send comments on this topic to
|