|
ElemSetelem_ids Property
|
Gets the identifiers of elements which belong to the element set.
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
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