SectionSourceStyleId Property |
Gets or sets the styleId of section.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ObjectId StyleId { get; set; }
Public Property StyleId As ObjectId
Get
Set
public:
property ObjectId StyleId {
ObjectId get ();
void set (ObjectId value);
}
Property Value
ObjectId
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the specified styleId is invalid.
|
InvalidOperationException |
Thrown when setting if SourceType is SectionSourceType.Grading or SectionSourceType.PipeNetwork.
|
See Also