Gets 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
| Visual Basic |
|---|
Public Function GetUDPValue ( _
udp As UDPBoolean _
) As Boolean |
| Visual C++ |
|---|
public:
bool GetUDPValue(
UDPBoolean^ udp
) |
Return Value
The 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.
|
See Also