VPortViewDirection Property
|
Gets or sets the view direction from target point in WCS (World Coordinate System).
Namespace:
DXFReaderNET.Tables
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public Vector3 ViewDirection { get; set; }
Public Property ViewDirection As Vector3
Get
Set
public:
property Vector3 ViewDirection {
Vector3 get ();
void set (Vector3 value);
}
member ViewDirection : Vector3 with get, set
PROPERTY ViewDirection AS Vector3 GET SET
Property Value
Type:
Vector3See Also