public override int AddToElement(
List<ModelElement> elems,
List<Node> nodes,
IdMapper elemId2Ind,
Dictionary<Guid, List<int>> elem_guid2ind,
ref string warning
)
Public Overrides Function AddToElement (
elems As List(Of ModelElement),
nodes As List(Of Node),
elemId2Ind As IdMapper,
elem_guid2ind As Dictionary(Of Guid, List(Of Integer)),
ByRef warning As String
) As Integer
public:
virtual int AddToElement(
List<ModelElement^>^ elems,
List<Node^>^ nodes,
IdMapper^ elemId2Ind,
Dictionary<Guid, List<int>^>^ elem_guid2ind,
String^% warning
) override
abstract AddToElement :
elems : List<ModelElement> *
nodes : List<Node> *
elemId2Ind : IdMapper *
elem_guid2ind : Dictionary<Guid, List<int>> *
warning : string byref -> int
override AddToElement :
elems : List<ModelElement> *
nodes : List<Node> *
elemId2Ind : IdMapper *
elem_guid2ind : Dictionary<Guid, List<int>> *
warning : string byref -> int
[Missing <returns> documentation for "M:Karamba.Loads.StrainLoad.AddToElement(System.Collections.Generic.List{Karamba.Elements.ModelElement},System.Collections.Generic.List{Karamba.Nodes.Node},Karamba.Utilities.IdMapper,System.Collections.Generic.Dictionary{System.Guid,System.Collections.Generic.List{System.Int32}},System.String@)"]