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.7.0.1276
Syntax
C#
public void SetUDPValue( UDPInteger udp, int value )
VB
Public Sub SetUDPValue ( udp As UDPInteger, value As Integer )
C++
public: void SetUDPValue( UDPInteger^ udp, int value )
Parameters
- udp UDPInteger
- The UDP to set the value for.
- value Int32
- The integer to set the UDP value to.