Share

Parcel.SetUDPValue(UDPBoolean, Boolean) Method

Sets the value the for the user-defined property with a boolean data type.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public void SetUDPValue(
	UDPBoolean udp,
	bool value
)

VB

Public Sub SetUDPValue ( 
	udp As UDPBoolean,
	value As Boolean
)

C++

public:
void SetUDPValue(
	UDPBoolean^ udp, 
	bool value
)

Parameters

udp  UDPBoolean
The UDP to set the value for.
value  Boolean
The boolean to set the UDP value to.

See Also

Reference

Was this information helpful?