Gets the property data by property id.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.4.208.0
Syntax
C#
public PressurePartProperty GetProperty( uint propertyId )
Visual Basic
Public Function GetProperty ( _ propertyId As UInteger _ ) As PressurePartProperty
Visual C++
public: PressurePartProperty^ GetProperty( unsigned int propertyId )
Parameters
- propertyId
- Type: System.UInt32
Exceptions
Exception | Condition |
---|---|
System.ArgumentException | Thrown when propertyId is not a valid id which should belong to PressureNetworkPartData.GetAllPropertieIds(). |