Click or drag to resize

ProtocolAddressPropertyBagEditorGetAddress Method

Returns a ProtocolAddress that represents the configuration defined by this object.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 18.04.00
Syntax
C#
public abstract ProtocolAddress GetAddress()

Return Value

Type: ProtocolAddress
The protocol address according to the current setting of the editor properties.
See Also