Click or drag to resize

ProtocolPropertiesAddProperties Method (Protocol, Object)

Adds properties for particular protocol.

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

Parameters

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