Click or drag to resize

VisualAddSimpleProperty(String, Object, String) Method

Add a custom property and also add a PropertyAlias for that new customer property making it appear as a Simple Property.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public CustomProperty AddSimpleProperty(
	string name,
	Object val,
	string description
)

Parameters

name  String
Name of custom property to create.
val  Object
Initial value of custom property.
description  String
Description of custom property.

Return Value

CustomProperty
The newly created custom property object.
See Also