Provide ways to specify the index of an occurrence (also known as an element) within a pattern feature.
Inheritance Hierarchy
System.ObjectAutodesk.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
| Name | Description | |
|---|---|---|
| PatternFeatureIndexArgument(Int32) |
Constructor.
| |
| PatternFeatureIndexArgument( Int32[]) |
Constructor.
|
Properties
| Name | Description | |
|---|---|---|
| Index |
The 1-based index of a face in the collection of occurrences in a pattern.
| |
| Indices |
A symbolic identifier for a face on a hole feature.
|
Methods
| Name | Description | |
|---|---|---|
| ToString |
Returns a string representation of this object.
(Overrides Object.ToString().) |
Operators
| Name | Description | |
|---|---|---|
| Implicit(Int32 to PatternFeatureIndexArgument) |
Converts an integer index.
| |
| Implicit( Int32[] to PatternFeatureIndexArgument) |
Converts an array of one or two values.
|
