Share

PatternFeatureIndexArgument Class

Provide ways to specify the index of an occurrence (also known as an element) within a pattern feature.

Inheritance Hierarchy

System.Object
  Autodesk.iLogic.Types.PatternFeatureIndexArgument

Namespace:  Autodesk.iLogic.Types
Assembly:  Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 29.0

Syntax

VB

Public Class PatternFeatureIndexArgument

C#

public class PatternFeatureIndexArgument

The PatternFeatureIndexArgument type exposes the following members.

Constructors

Properties

  NameDescription
Public propertyIndex
The 1-based index of a face in the collection of occurrences in a pattern.
Public propertyIndices
A symbolic identifier for a face on a hole feature.

Methods

  NameDescription
Public methodToString
Returns a string representation of this object.
(Overrides Object.ToString().)

Operators

  NameDescription
Public operatorStatic memberImplicit(Int32 to PatternFeatureIndexArgument)
Converts an integer index.
Public operatorStatic memberImplicit( Int32[] to PatternFeatureIndexArgument)
Converts an array of one or two values.

See Also

Reference

Was this information helpful?