Gets the target Viewport3D that was used with ReadFile, GetFrame, etc.

Namespace:  Ab3d
Assembly:  Ab3d.Reader3ds (in Ab3d.Reader3ds)
Version: 4.2.0.0 (4.2.0.0)

Syntax

C#
public Viewport3D TargetViewport { get; }
Visual Basic (Declaration)
Public ReadOnly Property TargetViewport As Viewport3D
Visual C++
public:
property Viewport3D^ TargetViewport {
	Viewport3D^ get ();
}

See Also