DocumentNode CreateProperty TNode  Method (PropertyName, UndoableCrossReferenceProperty TNode  , TNode) TIBCO Spotfire 6.0 API Reference

Namespace: Spotfire.Dxp.Framework.DocumentModel
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

protected void CreateProperty<TNode>(
	PropertyName propertyName,
	out UndoableCrossReferenceProperty<TNode> field,
	TNode initialValue
)
where TNode : DocumentNode
Type Parameters

TNode
The type of the value held by the UndoableCrossReferenceProperty T . This type must derive from DocumentNode.
See Also