C# 클래스 Revit.Elements.Group

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

Private Properties

프로퍼티 타입 설명
FromExisting Group
Group System
Group System
InitGroup void
InitGroup void
InternalSetGroup void

공개 메소드들

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

Create a group from an Revit group

PlaceGroupInstance ( Point point, GroupType groupType ) : Group

Place an instance of a Revit group

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 group, bool isRevitOwned ) : Group

Create a group from an existing reference

Group ( Autodesk.Revit.DB group ) : System

Create from an existing Revit Element

Group ( Autodesk.Revit.DB point, Autodesk.Revit.DB groupType ) : System
InitGroup ( Autodesk.Revit.DB group ) : void

Initialize a group element

InitGroup ( Autodesk.Revit.DB point, Autodesk.Revit.DB groupType ) : void

Place a Group in the model

InternalSetGroup ( Autodesk.Revit.DB group ) : void

Set the internal Element, ElementId, and UniqueId

메소드 상세

FromElement() 공개 정적인 메소드

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

PlaceGroupInstance() 공개 정적인 메소드

Place an instance of a Revit group
public static PlaceGroupInstance ( Point point, GroupType groupType ) : Group
point Point Location point for the group instance
groupType GroupType The type of the group
리턴 Group

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