Gets or sets if Lights are imported.
Namespace:
Ab3d
Assembly:
Ab3d.Reader3ds (in Ab3d.Reader3ds)
Version: 4.2.0.0 (4.2.0.0)
Syntax
| C# |
|---|
public bool ImportLights { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property ImportLights As Boolean |
| Visual C++ |
|---|
public:
property bool ImportLights {
bool get ();
void set (bool value);
} |
See Also