Click or drag to resize

ProtocolPropertiesSetProperties Method (Protocol, Object)

Sets properties for particular protocol.

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

Parameters

protocol
Type: Demo3D.NetProtocol
The protocol.
propertyBag
Type: SystemObject
The properties.
See Also