Click or drag to resize

CustomPropertyCollectionAdd Method

Add a non-virtual property.

Namespace:  Demo3D.Utilities
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 11.0.0.7658
Syntax
C#
public CustomProperty Add(
	string name,
	Type type,
	Object val,
	string description
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Demo3D.Utilities.CustomPropertyCollection.Add(System.String,System.Type,System.Object,System.String)"]

type
Type: SystemType

[Missing <param name="type"/> documentation for "M:Demo3D.Utilities.CustomPropertyCollection.Add(System.String,System.Type,System.Object,System.String)"]

val
Type: SystemObject

[Missing <param name="val"/> documentation for "M:Demo3D.Utilities.CustomPropertyCollection.Add(System.String,System.Type,System.Object,System.String)"]

description
Type: SystemString

[Missing <param name="description"/> documentation for "M:Demo3D.Utilities.CustomPropertyCollection.Add(System.String,System.Type,System.Object,System.String)"]

Return Value

Type: CustomProperty

[Missing <returns> documentation for "M:Demo3D.Utilities.CustomPropertyCollection.Add(System.String,System.Type,System.Object,System.String)"]

See Also