| 
            
              ComponentIndex3 Constructor 
             | 
          
        
         
            Initializes a new instance of the 
ComponentIndex3 struct.
            Construct component index with a specific type/index combination.
            
 
    Namespace: 
   Karamba.Geometry
    Assembly:
   KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic ComponentIndex3(
	ComponentIndexType3 type,
	int index
)
Public Sub New ( 
	type As ComponentIndexType3,
	index As Integer
)
public:
ComponentIndex3(
	ComponentIndexType3 type, 
	int index
)
new : 
        type : ComponentIndexType3 * 
        index : int -> ComponentIndex3Parameters
- type
 - Type: Karamba.GeometryComponentIndexType3
Value of component index. - index
 - Type: SystemInt32
Index of the component. 
See Also