Click or drag to resize

ProtocolAddressEditorGetProtocolEditor Method

Returns an editor the 'protocol' property.

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

Parameters

editorBaseType
Type: SystemType
The type of editor requested.

Return Value

Type: Object
An editor for the protocol.
See Also