|
FemMaterialelemIds Property
|
Gets the material's identifiers of elements to which it shall be applied.
Namespace:
Karamba.Materials
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic List<string> elemIds { get; }
Public ReadOnly Property elemIds As List(Of String)
Get
public:
property List<String^>^ elemIds {
List<String^>^ get ();
}
member elemIds : List<string> with get
Property Value
Type:
ListString
See Also