Click or drag to resize

IRdkViewModelGetData Method

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

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

Parameters

uuidDataType
Type: SystemGuid

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

bForWrite
Type: SystemBoolean

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

bAutoChangeBracket
Type: SystemBoolean

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

Return Value

Type: Object

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

See Also