Public Class PatternFeatureIndexArgument
public class PatternFeatureIndexArgument
The PatternFeatureIndexArgument type exposes the following members.
| Name | Description | |
|---|---|---|
| PatternFeatureIndexArgument(Int32) |
Constructor.
| |
| PatternFeatureIndexArgument( Int32[]) |
Constructor.
|
| 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.
|
| Name | Description | |
|---|---|---|
| ToString |
Returns a string representation of this object.
(Overrides Object.ToString().) |
| Name | Description | |
|---|---|---|
| Implicit(Int32 to PatternFeatureIndexArgument) |
Converts an integer index.
| |
| Implicit( Int32[] to PatternFeatureIndexArgument) |
Converts an array of one or two values.
|