ProtocolPropertiesSetProperties Method (Protocol, Object) |
Sets properties for particular protocol.
Namespace:
Demo3D.Net
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntaxpublic void SetProperties(
Protocol protocol,
Object propertyBag
)
Parameters
- protocol
- Type: Demo3D.NetProtocol
The protocol. - propertyBag
- Type: SystemObject
The properties.
See Also