ProtocolAddressEditorAttributeGet Method (Type) |
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
Syntaxpublic static ProtocolAddressEditorAttribute[] Get(
Type protocol
)
Parameters
- protocol
- Type: SystemType
The protocol to inspect.
Return Value
Type:
ProtocolAddressEditorAttributeThe protocol address selector attribute, or null.
See Also