This class defines the pressure part information used to specify a particular pressure part.
Inheritance Hierarchy
SystemObjectSystemMarshalByRefObject
DisposableWrapper
Autodesk.Civil.DatabaseServices.StylesPressurePartSize
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class PressurePartSize : DisposableWrapper, IEquatable<PressurePartSize>
VB
Public NotInheritable Class PressurePartSize Inherits DisposableWrapper Implements IEquatable(Of PressurePartSize)
C++
public ref class PressurePartSize sealed : public DisposableWrapper, IEquatable<PressurePartSize^>
The PressurePartSize type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Description | Gets or sets the description. | |
| Domain | Gets the domain. | |
| FamilyGuid | Gets the family guid. | |
| IsValid | Returns if the part size is available in the catalog | |
| PartSizeGuid | Gets the part guid. | |
| PartType | Gets the type. | |
| RenderMaterialId | Gets or sets the render material id. | |
| StyleId | Gets or sets the part style id. |
Methods
| Name | Description | |
|---|---|---|
| Equals(Object) |
Checks whether two object equals.
(Overrides DisposableWrapper.Equals(Object)) | |
| Equals(PressurePartSize) | Checks whether two object equals. | |
| GetHashCode |
Gets the hash code.
(Overrides DisposableWrapper.GetHashCode) | |
| GetProperty | Gets the specified part property. | |
| SetProperty | Sets the specified part property. |
