Click or drag to resize

Double2PropertyControlPointApplyConstraints Method

[Missing <summary> documentation for "M:Demo3D.Visuals.Double2PropertyControlPoint.ApplyConstraints(System.Reflection.PropertyInfo,System.Object)"]

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
protected Object ApplyConstraints(
	PropertyInfo prop,
	Object val
)

Parameters

prop
Type: System.ReflectionPropertyInfo

[Missing <param name="prop"/> documentation for "M:Demo3D.Visuals.Double2PropertyControlPoint.ApplyConstraints(System.Reflection.PropertyInfo,System.Object)"]

val
Type: SystemObject

[Missing <param name="val"/> documentation for "M:Demo3D.Visuals.Double2PropertyControlPoint.ApplyConstraints(System.Reflection.PropertyInfo,System.Object)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:Demo3D.Visuals.Double2PropertyControlPoint.ApplyConstraints(System.Reflection.PropertyInfo,System.Object)"]

See Also