Click or drag to resize

ProtocolAddressEditorAttributeGet Method (Type, String)

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

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public static ProtocolAddressEditorAttribute? Get(
	Type protocol,
	string? scheme
)

Parameters

protocol
Type: SystemType
The protocol to inspect.
scheme
Type: SystemString
The protocol scheme.

Return Value

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