Click or drag to resize

VisualGetCustomPropertyValue(String) Method

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: 19.00.00
Syntax
C#
public Object GetCustomPropertyValue(
	string name
)

Parameters

name  String
Name of custom property to get the value for.

Return Value

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