PressureAppurtenanceStyleId Property

Sets the PressureAppurtenance's style Id.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.7.0.1190
Syntax
public override ObjectId StyleId { set; }

Property Value

ObjectId
Exceptions
ExceptionCondition
ArgumentException Thrown when:
  • The newValue is an invalid id.
  • The newValue is not a PressureAppurtenanceStyle id.
See Also