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: 16.01.07
Syntax
C#
public abstract ProtocolAddress GetAddress()

Return Value

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