|
ElementLoadElementIds Property
|
Gets or sets the list of element-identifiers of elements the element-load is attached to.
Namespace:
Karamba.Loads
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic List<string> ElementIds { get; protected set; }
Public Property ElementIds As List(Of String)
Get
Protected Set
public:
property List<String^>^ ElementIds {
List<String^>^ get ();
protected: void set (List<String^>^ value);
}
member ElementIds : List<string> with get, set
Property Value
Type:
ListString
See Also