Click or drag to resize

VisualGetCustomPropertyValue Method (String)

Get the value of a custom property, or null if it doesn't exist.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public Object GetCustomPropertyValue(
	string name
)

Parameters

name
Type: SystemString
Name of custom property to get the value for.

Return Value

Type: Object
The value of the custom property if it exists, otherwise null.
See Also