Sets the value the for the user-defined property with a boolean data type.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.5.1584.0
Syntax
| C# |
|---|
public void SetUDPValue( UDPBoolean udp, bool value ) |
| Visual Basic |
|---|
Public Sub SetUDPValue ( _ udp As UDPBoolean, _ value As Boolean _ ) |
| Visual C++ |
|---|
public: void SetUDPValue( UDPBoolean^ udp, bool value ) |
Parameters
- udp
- Type: Autodesk.Civil.DatabaseServices..::..UDPBoolean
The UDP to set the value for.
- value
- Type: System..::..Boolean
The boolean to set the UDP value to.