Click or drag to resize

ProtocolAddressEditorAttributeGet(Type) Method

Returns the protocol address editor attribute for a protocol, or null.

Namespace: Demo3D.Net
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.01.00
Syntax
C#
public static ProtocolAddressEditorAttribute[] Get(
	Type protocol
)

Parameters

protocol  Type
The protocol to inspect.

Return Value

ProtocolAddressEditorAttribute
The protocol address selector attribute, or null.
See Also