ProtocolPropertiesAddProperties Method |
Merges in a set of protocol properties.
Namespace:
Demo3D.Net
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
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