Cadcorp SIS API Methods

CreatePropertyFilter Method

Description

Creates a named Property Filter in a Named Object Library, replacing any existing Filter with the same name.

Syntax

Visual Basic
Public Function CreatePropertyFilter( _
   ByVal filter As String, _
   ByVal formula As String _
) As Integer

Parameters

filter
The named Filter to create, or replace.
 
formula
The property expression, e.g. "_closed&=0". See Property Expression Syntax for details.

Remarks

Available: GEO MM ME MD OM OD OV SISpy

Group:

Example

sis.CreatePropertyFilter ("Closed Items", "_closed&=0" )


Send comments on this topic.

Click to return to www.cadcorp.com

© Copyright 2000-2017 Computer Aided Development Corporation Limited (Cadcorp).