| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Options3D As Viewer3DOptions | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As WorkstationViewer Dim value As Viewer3DOptions value = instance.Options3D | |
| C# | |
|---|---|
public Viewer3DOptions Options3D {get;} | |
| Managed Extensions for C++ | |
|---|---|
public: __property Viewer3DOptions* get_Options3D(); | |
| C++/CLI | |
|---|---|
public: property Viewer3DOptions^ Options3D { Viewer3DOptions^ get(); } | |
Property Value
Type: Viewer3DOptions The 3D support options for the WorkstationViewerTarget Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code