Click or drag to resize

BaseCustomPropertyValue  Conversion (BaseCustomPropertyValue to CustomProperty)

Implicitly convert the custom property value container to the underlying CustomProperty object.

Namespace:  Demo3D.Native
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public static implicit operator CustomProperty (
	BaseCustomPropertyValue p
)

Parameters

p
Type: Demo3D.NativeBaseCustomPropertyValue

[Missing <param name="p"/> documentation for "M:Demo3D.Native.BaseCustomPropertyValue.op_Implicit(Demo3D.Native.BaseCustomPropertyValue)~Demo3D.Utilities.CustomProperty"]

Return Value

Type: CustomProperty

[Missing <returns> documentation for "M:Demo3D.Native.BaseCustomPropertyValue.op_Implicit(Demo3D.Native.BaseCustomPropertyValue)~Demo3D.Utilities.CustomProperty"]

See Also