Click or drag to resize

CollapsibleSectionViewModelGetData Method

Call for an interface to data

Namespace:  Rhino.UI.Controls
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public Object GetData(
	Guid uuidDataType,
	bool bForWrite,
	bool bAutoChangeBracket = true
)

Parameters

uuidDataType
Type: SystemGuid

[Missing <param name="uuidDataType"/> documentation for "M:Rhino.UI.Controls.CollapsibleSectionViewModel.GetData(System.Guid,System.Boolean,System.Boolean)"]

bForWrite
Type: SystemBoolean

[Missing <param name="bForWrite"/> documentation for "M:Rhino.UI.Controls.CollapsibleSectionViewModel.GetData(System.Guid,System.Boolean,System.Boolean)"]

bAutoChangeBracket (Optional)
Type: SystemBoolean

[Missing <param name="bAutoChangeBracket"/> documentation for "M:Rhino.UI.Controls.CollapsibleSectionViewModel.GetData(System.Guid,System.Boolean,System.Boolean)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:Rhino.UI.Controls.CollapsibleSectionViewModel.GetData(System.Guid,System.Boolean,System.Boolean)"]

Implements

IRdkViewModelGetData(Guid, Boolean, Boolean)
See Also