Click or drag to resize

VisualGetCustomProperty Method

Get the container class for 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 CustomProperty GetCustomProperty(
	string name
)

Parameters

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

Return Value

CustomProperty
The container of the custom property if it exists, otherwise null.
See Also