public void CreateSection( SectionDefinition sectionDef )
Public Sub CreateSection( _ ByVal sectionDef As SectionDefinition _ )
Parameters
- sectionDef
- The definition of the section to be created
public void CreateSection( SectionDefinition sectionDef )
Public Sub CreateSection( _ 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.ArgumentNullException | Section is null |
Target Platforms: Windows 10, Windows 8.1