Click or drag to resize

ProtocolPropertiesTryGetProperties(String, Object) Method

Gets properties for a particular protocol.

Namespace: Demo3D.Net
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
public bool TryGetProperties(
	string protocolName,
	out Object?? properties
)

Parameters

protocolName  String
The protocol name.
properties  Object
Returns the properties of the protocol service (or null).

Return Value

Boolean
True on success.
See Also