SectionSourceStyleId Property

Gets or sets the styleId of section.

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

Property Value

ObjectId
Exceptions
ExceptionCondition
ArgumentException Thrown when the specified styleId is invalid.
InvalidOperationException Thrown when setting if SourceType is SectionSourceType.Grading or SectionSourceType.PipeNetwork.
See Also