The maximum number of features that can be selected per application of the select features tool. Multiple executions of the select features tool are cumulative.
Syntax
Visual Basic (Declaration) | |
---|
<DefaultValueAttribute()>
<BrowsableAttribute(True)>
<ResDescriptionAttribute("The maximum number of features that can be selected per application of the select features tool. Multiple executions of the select features tool are cumulative.")>
<ResCategoryAttribute("Editing")>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
Public Property SelectionLimit As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As EditorTask
Dim value As Integer
instance.SelectionLimit = value
value = instance.SelectionLimit |
C# | |
---|
[DefaultValueAttribute()]
[BrowsableAttribute(true)]
[ResDescriptionAttribute("The maximum number of features that can be selected per application of the select features tool. Multiple executions of the select features tool are cumulative.")]
[ResCategoryAttribute("Editing")]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
public int SelectionLimit {get; set;} |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also