PressurePartPropertyHasValue Property |
Gets whether the property has value.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.292
Syntaxpublic bool HasValue { get; }
Public ReadOnly Property HasValue As Boolean
Get
public:
property bool HasValue {
bool get ();
}
Property Value
Boolean
Remarks
Pressure Part Data can have Property that value is not set yet. Check this property before using PressurePartProperty.Value.
See Also