Click or drag to resize

ProtocolAddressEditorAttributeGet(Type, String) 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,
	string? scheme
)

Parameters

protocol  Type
The protocol to inspect.
scheme  String
The protocol scheme.

Return Value

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