Click or drag to resize

ProtocolAddressEditorGetProtocolEditor Method

Returns an editor the 'protocol' property.

Namespace: Demo3D.Net
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
protected virtual Object? GetProtocolEditor(
	Type editorBaseType
)

Parameters

editorBaseType  Type
The type of editor requested.

Return Value

Object
An editor for the protocol.
See Also