Click or drag to resize

ProtocolPropertiesSetProperties(Protocol, Object) Method

Sets properties for particular protocol.

Namespace: Demo3D.Net
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
public void SetProperties(
	Protocol protocol,
	Object propertyBag
)

Parameters

protocol  Protocol
The protocol.
propertyBag  Object
The properties.
See Also