Converts an array of one or two values.
Namespace:
Autodesk.iLogic.Types
Assembly:
Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 25.0
Syntax
VB
Public Shared Widening Operator CType (
indices As Integer()
) As PatternFeatureIndexArgument
C#
public static implicit operator PatternFeatureIndexArgument (
int[] indices
)
Parameters
- indices
- Type: System.Int32[]
Return Value
Type:
PatternFeatureIndexArgument
See Also
Reference