커뮤니티 점수

이 페이지가 유용했습니까?

태그 태그0

이 페이지에는 태그가 없습니다.

페이지 통계

861 개의 보기1 개의 편집 항목1680 개의 문자 페이지는 contentconnector 님이 2012-05-14, 13:54 에 마지막으로 수정
지식 추가 방법

Collections

    Most Revit Platform API properties and methods use customized collection classes defined in the Revit Platform API when providing access to a group of related items. These collections are of one of three basic types:

    • Array
    • Set
    • Map

    These collection classes were written before generic type-safe .NET classes like List<T> existed.

    The IEnumerable and IEnumerator interfaces implemented in Revit collection types are defined in the System.Collection namespace.