public bool TryGetCollection( int elementIndex, out Element1DStatesCollection collection )
Public Function TryGetCollection ( elementIndex As Integer, <OutAttribute> ByRef collection As Element1DStatesCollection ) As Boolean
public: bool TryGetCollection( int elementIndex, [OutAttribute] Element1DStatesCollection^% collection )
member TryGetCollection : elementIndex : int * collection : Element1DStatesCollection byref -> bool