CollapsibleSectionViewModel.GetData Method

CollapsibleSectionViewModelGetData Method

Call for an interface to data

Namespace:  Rhino.UI.Controls
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Object GetData(
	Guid uuidDataType,
	bool bForWrite,
	bool bAutoChangeBracket = true
)
Public Function GetData ( 
	uuidDataType As Guid,
	bForWrite As Boolean,
	Optional bAutoChangeBracket As Boolean = true
) As Object

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)
Version Information

Rhino for Windows

Supported in: 6.8
See Also