Click or drag to resize

AspectName Class

A utility class to generate unique aspect names on a visual.
Inheritance Hierarchy
SystemObject
  Demo3D.Visuals.AspectsAspectName

Namespace:  Demo3D.Visuals.Aspects
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.04.00
Syntax
C#
public static class AspectName

The AspectName type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGenerateUnique
Generate a unique aspect name by checking if an aspect with the given name already exists on a visual.
Top
See Also