ProtocolPropertiesAddProperties Method (ProtocolProperties, String) |
Merges in a set of protocol properties.
Namespace:
Demo3D.Net
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 11.0.0.7658
Syntaxpublic void AddProperties(
ProtocolProperties properties,
string prefix = null
)
Parameters
- properties
- Type: Demo3D.NetProtocolProperties
Protocol properties to merge. - prefix (Optional)
- Type: SystemString
Optional prefix to use for property keys.
See Also