Gets the feature codes branching from a parent feature code in a named Feature Filter.
Visual Basic |
---|
Public Function GetFeatureFilterBranches( _ ByVal filter As String, _ ByVal fcode As Long _ ) As String |
A space-separated string of the following format: "nCodes code1 code2 ... codeN". The first item in the returned string is the number of feature codes in the string.
Predefined filters are prefixed by their type:
Prefix | Description | Example |
Class Filter. | class-based filters | 'Class Filter.Area' |
Compound Filter. | two filters added together | 'Compound Filter.(Default)' |
Feature Filter. | filters based on feature codes | 'Feature Filter.Land-Line' |
Property Filter. | filters based on properties | 'Property Filter.Closed' |
Available: GEO MM ME MD OD OM OV SISpy
Groups:
sis.FeatureFilterBranches ("Feature Filter.Land-Line", 10102)
Returns a string containing the child feature codes "3 1 4 1006", of the feature code 10102.
Send comments on this topic.
Click to return to www.cadcorp.com
© Copyright 2000-2017 Computer Aided Development Corporation Limited (Cadcorp).