Click or drag to resize

VisualNewNameExpr Property

The string used to format the new name of this component if it is copied or added to the project from a catalog. The variable name "ID" will generate a unique number for that type of component in the current project.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public ExprString NewNameExpr { get; set; }

Property Value

ExprString
See Also