|
|
Describes how to adapt the camera view so that it's aspect ratio matches that of the display window.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Property ImageFit As ViewpointImageFit Get Set |
| C# |
|---|
public ViewpointImageFit ImageFit { get; set; } |
| Visual C++ |
|---|
public: property ViewpointImageFit ImageFit { ViewpointImageFit get (); void set (ViewpointImageFit value); } |