Click or drag to resize
Reader3dsIsBroken Property
Gets a boolean that specifies if the 3ds file was broken.

Namespace: Ab3d
Assembly: Ab3d.Reader3ds (in Ab3d.Reader3ds.dll) Version: 9.0.5590.1040
Syntax
C#
public bool IsBroken { get; }

Property Value

Type: Boolean
Remarks
This property can be used when TryReadBrokenFiles property is set to true.
See Also