Gets or sets the material properties for a body other than the base body in the active configuration.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property IMaterialPropertyValues2 As Double |
Visual Basic (Usage) | |
---|
Dim instance As IBody2
Dim value As Double
instance.IMaterialPropertyValues2 = value
value = instance.IMaterialPropertyValues2
|
C# | |
---|
double IMaterialPropertyValues2 {get; set;} |
C++/CLI | |
---|
property double IMaterialPropertyValues2 {
double get();
void set (double value);
} |
Return Value
- in-process, unmanaged C++: Pointer to array of doubles (see Remarks)
VBA, VB.NET, C#, and C++/CLI: Not supported
See In-process Methods for details about this type of method.
Remarks
See Also