PressureNetworkPartDataGetProperty Method |
Gets the property data by property id.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.292
Syntaxpublic PressurePartProperty GetProperty(
uint propertyId
)
Public Function GetProperty (
propertyId As UInteger
) As PressurePartProperty
public:
PressurePartProperty^ GetProperty(
unsigned int propertyId
)
Parameters
- propertyId UInt32
-
Return Value
PressurePartProperty
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when propertyId is not a valid id which should belong to PressureNetworkPartData.GetAllPropertieIds().
|
See Also