|
CroSecmaterialName Property
|
Gets name of the basic material attached to the cross section.
Namespace:
Karamba.CrossSections
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic abstract string materialName { get; }
Public MustOverride ReadOnly Property materialName As String
Get
public:
virtual property String^ materialName {
String^ get () abstract;
}
abstract materialName : string with get
Property Value
Type:
String
See Also