A numeric or symbolic face index.
Inheritance Hierarchy
System.ObjectAutodesk.iLogic.Types.FaceIndexArgument
Namespace: Autodesk.iLogic.Types
Assembly: Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 30.0
Syntax
VB
Public Class FaceIndexArgument
C#
public class FaceIndexArgument
The FaceIndexArgument type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | FaceIndexArgument(Int32) |
Constructor.
|
![]() | FaceIndexArgument(HoleFaceIdentifierEnum) |
Constructor.
|
Properties
Name | Description | |
---|---|---|
![]() | HoleFaceIdentifier |
A symbolic identifier for a face on a hole feature.
|
![]() | Index |
The 1-based index of a face in the collection of faces on a feature.
|
Methods
Name | Description | |
---|---|---|
![]() | ToString |
Returns a string representation of this object.
(Overrides Object.ToString().) |
Operators
Name | Description | |
---|---|---|
![]() ![]() | Implicit(Int32 to FaceIndexArgument) |
Converts an integer index.
|
![]() ![]() | Implicit(HoleFaceIdentifierEnum to FaceIndexArgument) |
Converts a hole face identifier.
|