Has Method

AEC Auto

Has Method

Determines if an object is a member of the specified collection.

See Also | Example

Signature

RetVal = object.Has("Name")

object

AecLayerKeyStyles, AecMaskBlockStyles, AecMVBlockStyles, AecPolygonStyles, AecProfileStyles, AecDisplayRepresentations
The collection this method applies to.

Name

String; input-only
The name of the object to check for.

RetVal

Boolean
TRUE:  Collection contains the object.
FALSE: Collection does not contain the object.