|
ElemSetelem_ids Property
|
identifiers of elements which belong to the element set
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic List<string> elem_ids { get; }
Public ReadOnly Property elem_ids As List(Of String)
Get
public:
property List<String^>^ elem_ids {
List<String^>^ get ();
}
member elem_ids : List<string> with get
Property Value
Type:
ListString
See Also