Click or drag to resize

ProtocolAddressEditorTrySetMember Method

Sets a member value.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public override bool TrySetMember(
	SetMemberBinder binder,
	Object? value
)

Parameters

binder
Type: System.DynamicSetMemberBinder
Provides information about the object that called the dynamic operation.
value
Type: SystemObject
The value to set to the member.

Return Value

Type: Boolean
True if the operation is successful.
See Also