PressurePartSize Class

This class defines the pressure part information used to specify a particular pressure part.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      Autodesk.Civil.DatabaseServices.StylesPressurePartSize

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.292
Syntax
public sealed class PressurePartSize : DisposableWrapper, 
	IEquatable<PressurePartSize>

The PressurePartSize type exposes the following members.

Properties
 NameDescription
Public propertyDescription Gets or sets the description.
Public propertyDomain Gets the domain.
Public propertyFamilyGuid Gets the family guid.
Public propertyIsValid Returns if the part size is available in the catalog
Public propertyPartSizeGuid Gets the part guid.
Public propertyPartType Gets the type.
Public propertyRenderMaterialId Gets or sets the render material id.
Public propertyStyleId Gets or sets the part style id.
Top
Methods
 NameDescription
Public methodEquals(Object) Checks whether two object equals.
(Overrides DisposableWrapper.Equals(Object))
Public methodEquals(PressurePartSize) Checks whether two object equals.
Public methodGetHashCode Gets the hash code.
(Overrides DisposableWrapper.GetHashCode)
Public methodGetProperty Gets the specified part property.
Public methodSetProperty Sets the specified part property.
Top
See Also