ProtocolPropertiesSetProperties(Protocol, Object) Method |
Sets properties for particular protocol.
Namespace: Demo3D.NetAssembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntaxpublic void SetProperties(
Protocol protocol,
Object propertyBag
)
Parameters
- protocol Protocol
- The protocol.
- propertyBag Object
- The properties.
See Also