Gets or sets whether to use materials in a 3D contact feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property SpecifyMaterial As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISimulation3DContactFeatureData
Dim value As Boolean
instance.SpecifyMaterial = value
value = instance.SpecifyMaterial
|
C# | |
---|
bool SpecifyMaterial {get; set;} |
C++/CLI | |
---|
property bool SpecifyMaterial {
bool get();
void set (bool value);
} |
Return Value
True to use materials, false to not
See Also
Availability
SolidWorks 2009 FCS, Revision Number 17.0