public void UpdateSection( SectionDefinition sectionDef )
Public Overloads Sub UpdateSection( _ ByVal sectionDef As SectionDefinition _ )
Parameters
- sectionDef
- The definition of the section to update.
public void UpdateSection( SectionDefinition sectionDef )
Public Overloads Sub UpdateSection( _ ByVal sectionDef As SectionDefinition _ )
Exception | Description |
---|---|
ArcGIS.Core.CalledOnWrongThreadException | This method or property must be called within the lambda passed to QueuedTask.Run |
System.ArgumentException | Invalid section definition specified |
System.ArgumentException | Section not found in the collection of sections |
System.ArgumentNullException | Section is null |
Target Platforms: Windows 10, Windows 8.1