PressureAppurtenanceStyleId Property

Sets the PressureAppurtenance's style Id.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.292
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