Click or drag to resize

VisualId Property

A unique identifier for this Visual.

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

Property Value

Type: Guid

Implements

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