Click or drag to resize

ProtocolPropertiesCopyProperties Method

Copies the properties of a particular protocol.

Namespace: Demo3D.Net
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
public void CopyProperties(
	Protocol protocol,
	ProtocolProperties properties
)

Parameters

protocol  Protocol
Target protocol.
properties  ProtocolProperties
Protocol properties.
Exceptions
ExceptionCondition
ArgumentNullException
See Also