PipeCurveGeometry Property

Gets or sets the pipe curve geometry.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public PipeCurveGeometry CurveGeometry { get; set; }

Property Value

PipeCurveGeometry
Exceptions
ExceptionCondition
InvalidOperationException Thrown when SubEntityType is not PipeSubEntityType.Curved.
See Also