Skip to content

Commit

Permalink
handle: BasePoint.GetSurveyPoint and BasePoint.GetProjectBasePoint
Browse files Browse the repository at this point in the history
  • Loading branch information
NeVeSpl committed Apr 29, 2024
1 parent abf81d1 commit ca4c41a
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ static Document_Templates()
#endif

SnoopableMemberTemplate<Document>.Create((doc, target) => BasicFileInfo.Extract(target.PathName), kind: MemberKind.StaticMethod),


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

};
}

Expand Down

0 comments on commit ca4c41a

Please sign in to comment.