IRdkViewModel.GetData Method

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)
Syntax
Object GetData(
	Guid uuidDataType,
	bool bForWrite,
	bool bAutoChangeBracket
)
Function GetData ( 
	uuidDataType As Guid,
	bForWrite As Boolean,
	bAutoChangeBracket As Boolean
) As Object

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)"]

Version Information

Rhino for Windows

Supported in: 6.14
See Also