Click or drag to resize

VisualId Property

A unique identifier for this Visual.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public Guid Id { get; }

Property Value

Type: Guid
Remarks
The Visual.Id is the same between sessions and persists when the Visual is written to disk.
See Also