Skip to content

Commit

Permalink
expose InternalOrigin.Get
Browse files Browse the repository at this point in the history
  • Loading branch information
NeVeSpl committed Apr 29, 2024
1 parent da1b281 commit cfd56a4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ static Document_Templates()

SnoopableMemberTemplate<Document>.Create((doc, target) => BasePoint.GetSurveyPoint(doc), kind: MemberKind.StaticMethod),
SnoopableMemberTemplate<Document>.Create((doc, target) => BasePoint.GetProjectBasePoint(doc), kind: MemberKind.StaticMethod),
SnoopableMemberTemplate<Document>.Create((doc, target) => InternalOrigin.Get(doc), kind: MemberKind.StaticMethod),

#if R2024_MIN
SnoopableMemberTemplate<Document>.Create((doc, target) => doc.GetUnusedElements(new HashSet<ElementId>()), kind: MemberKind.Method),
Expand Down

0 comments on commit cfd56a4

Please sign in to comment.