Click or drag to resize

VisualId Property

A unique identifier for this Visual.

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

Property Value

Guid

Implements

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