Gets 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 bool GetUDPValue( UDPBoolean udp )
VB
Public Function GetUDPValue ( udp As UDPBoolean ) As Boolean
C++
public: bool GetUDPValue( UDPBoolean^ udp )
Parameters
- udp UDPBoolean
- The UDP to get the value for.
Return Value
BooleanThe UDP's boolean value.
Exceptions
Exception | Condition |
---|---|
[!:System.InvalidOperationException] | Thrown when the udp has not been initialized by the Parcel and the default value is not used by the udp. |