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