Gets or sets the type of material for this 3D contact feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property MaterialID( _
ByVal WhichOne As Integer _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As ISimulation3DContactFeatureData
Dim WhichOne As Integer
Dim value As Integer
instance.MaterialID(WhichOne) = value
value = instance.MaterialID(WhichOne)
|
C# | |
---|
int MaterialID(
int WhichOne
) {get; set;} |
C++/CLI | |
---|
property int MaterialID {
int get(int WhichOne);
void set (int WhichOne, int value);
} |
Parameters
- WhichOne
- Material as defined by swCosmosWorksMat
Remarks
See Also
Availability
SolidWorks 2009 FCS, Revision Number 17.0