Sets the value the for the user-defined property with an integer data type.

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

Syntax

C#
public void SetUDPValue(
	UDPInteger udp,
	int value
)
Visual Basic
Public Sub SetUDPValue ( _
	udp As UDPInteger, _
	value As Integer _
)
Visual C++
public:
void SetUDPValue(
	UDPInteger^ udp, 
	int value
)

Parameters

udp
Type: Autodesk.Civil.DatabaseServices..::..UDPInteger
The UDP to set the value for.
value
Type: System..::..Int32
The integer to set the UDP value to.

See Also