Click or drag to resize
Model3dsIsReader3dsShared Property
Gets or sets a Boolean that specifies if the same Source 3ds file is read only once and is shared between all Model3dsVisual3Ds that use the same Source. Default value is true.

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

Property Value

Type: Boolean
See Also