C# 클래스 Revit.Elements.GroupType

상속: Revit.Elements.Element, IGraphicItem
파일 보기 프로젝트 열기: simonmoreau/DynamoMEP 1 사용 예제들

Private Properties

프로퍼티 타입 설명
FromExisting GroupType
GetNextFilename string
GroupType System
GroupType System
GroupType System
InitGroupType void
InitGroupType void
InitGroupType void
InternalSetGroupType void

공개 메소드들

메소드 설명
FromElement ( Revit.Elements.Element element ) : GroupType

Create a GroupType from an Revit GroupType

FromElements ( List elements ) : GroupType

Create a Revit GroupType from a set of elements

FromElementsAndName ( List elements, string name ) : GroupType

Create a Revit GroupType from a set of elements and a name

ToString ( ) : string

Display Spaces in the Dynamo interface

OPTIONAL: Overriding ToString allows you to control what is displayed whenever the object's string representation is used. For example, ToString is called when the object is displayed in a Watch node.

비공개 메소드들

메소드 설명
FromExisting ( Autodesk.Revit.DB GroupType, bool isRevitOwned ) : GroupType

Create a space from an existing reference

GetNextFilename ( string pattern, List names ) : string
GroupType ( Autodesk.Revit.DB GroupType ) : System

Create from an existing Revit Element

GroupType ( ICollection ids ) : System
GroupType ( ICollection ids, string name ) : System
InitGroupType ( Autodesk.Revit.DB GroupType ) : void

Initialize a GroupType element

InitGroupType ( ICollection ids ) : void

Initialize a GroupType element from a set of objects ids

InitGroupType ( ICollection ids, string name ) : void

Initialize a GroupType element from a set of objects ids and a name

InternalSetGroupType ( Autodesk.Revit.DB GroupType ) : void

Set the internal Element, ElementId, and UniqueId

메소드 상세

FromElement() 공개 정적인 메소드

Create a GroupType from an Revit GroupType
public static FromElement ( Revit.Elements.Element element ) : GroupType
element Revit.Elements.Element The origin element
리턴 GroupType

FromElements() 공개 정적인 메소드

Create a Revit GroupType from a set of elements
public static FromElements ( List elements ) : GroupType
elements List A set of elements which will be made into the new GroupType.
리턴 GroupType

FromElementsAndName() 공개 정적인 메소드

Create a Revit GroupType from a set of elements and a name
public static FromElementsAndName ( List elements, string name ) : GroupType
elements List A set of elements which will be made into the new GroupType.
name string the name of the GroupType.
리턴 GroupType

ToString() 공개 메소드

Display Spaces in the Dynamo interface OPTIONAL: Overriding ToString allows you to control what is displayed whenever the object's string representation is used. For example, ToString is called when the object is displayed in a Watch node.
public ToString ( ) : string
리턴 string