Skip to content

Commit 7a2a9db

Browse files
author
Jeremy Tammik
committed
added Revit 2025 API html snippets
1 parent e84562a commit 7a2a9db

56,596 files changed

Lines changed: 1687871 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

html/2025/$FIftiMain

9.85 MB
Binary file not shown.

html/2025/$OBJINST

2.69 KB
Binary file not shown.
4 Bytes
Binary file not shown.

html/2025/$WWKeywordLinks/BTree

7.58 MB
Binary file not shown.

html/2025/$WWKeywordLinks/Data

797 KB
Binary file not shown.

html/2025/$WWKeywordLinks/Map

28.6 KB
Binary file not shown.

html/2025/$WWKeywordLinks/Property

32 Bytes
Binary file not shown.

html/2025/RevitAPI.hhc

Lines changed: 169585 additions & 0 deletions
Large diffs are not rendered by default.

html/2025/RevitAPI.hhk

Lines changed: 258601 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<html><head><meta http-equiv="X-UA-Compatible" content="IE=edge" /><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><meta name="Microsoft.Help.SelfBranded" content="true" /><meta name="Language" content="en-us" /><meta name="Microsoft.Help.Locale" content="en-us" /><meta name="Microsoft.Help.TopicLocale" content="en-us" /><link rel="shortcut icon" href="../icons/favicon.ico" /><link rel="stylesheet" type="text/css" href="../styles/branding.css" /><link rel="stylesheet" type="text/css" href="../styles/branding-en-US.css" /><script type="text/javascript" src="../scripts/branding.js"></script><title>Point.Create(XYZ, ElementId) Method</title><meta name="Title" content="Create(XYZ, ElementId) Method" /><meta name="Microsoft.Help.Id" content="M:Autodesk.Revit.DB.Point.Create(Autodesk.Revit.DB.XYZ,Autodesk.Revit.DB.ElementId)" /><meta name="Microsoft.Help.ContentType" content="Reference" /><meta name="container" content="Autodesk.Revit.DB" /><meta name="file" content="000086a5-6616-2780-2fc8-0460ab9a3e5b" /><meta name="guid" content="000086a5-6616-2780-2fc8-0460ab9a3e5b" /><meta name="Description" content="Creates a point at the given coordinates and assigns it the specified GraphicsStyle." /><link rel="stylesheet" type="text/css" href="../styles/branding-Help1.css" /></head><body onload="SetDefaultLanguage('cs');"><input type="hidden" id="userDataCache" class="userDataStyle" /><div id="PageHeader" class="pageHeader">Revit 2025 API</div><div class="pageBody"><div id="TopicContent" class="topicContent"><table class="titleTable"><tr><td class="titleColumn"><h1>Point<span id="LSTEC1D9788_0" data-languageSpecificText="cpp=::|nu=."></span>Create(XYZ, Element<wbr />Id) Method</h1></td></tr></table><div class="summary"> Creates a point at the given coordinates and assigns it the specified GraphicsStyle. </div><br /><strong>Namespace:</strong> <a href="87546ba7-461b-c646-cbb1-2cb8f5bff8b2.htm">Autodesk.Revit.DB</a><br /><strong>Assembly:</strong> RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)<div class="collapsibleAreaRegion"><span class="collapsibleRegionTitle" onclick="SectionExpandCollapse('IDB')" onkeypress="SectionExpandCollapse_CheckKey('IDB', event)" tabindex="0"><img id="IDBToggle" class="collapseToggle" src="../icons/SectionExpanded.png" />Syntax</span></div><div id="IDBSection" class="collapsibleSection"><div id="IDAB" class="codeSnippetContainer"><div class="codeSnippetContainerTabs"><div id="IDAB_tab1" class="codeSnippetContainerTab"><a href="#" onclick="ChangeTab('IDAB','cs','1','4');return false;">C#</a></div><div id="IDAB_tab2" class="codeSnippetContainerTab"><a href="#" onclick="ChangeTab('IDAB','vb','2','4');return false;">VB</a></div><div id="IDAB_tab3" class="codeSnippetContainerTab"><a href="#" onclick="ChangeTab('IDAB','cpp','3','4');return false;">C++</a></div><div id="IDAB_tab4" class="codeSnippetContainerTab"><a href="#" onclick="ChangeTab('IDAB','fs','4','4');return false;">F#</a></div></div><div class="codeSnippetContainerCodeContainer"><div class="codeSnippetToolBar"><div class="codeSnippetToolBarText"><a id="IDAB_copyCode" href="#" class="copyCodeSnippet" onclick="CopyToClipboard('IDAB');return false;" title="Copy">Copy</a></div></div><div id="IDAB_code_Div1" class="codeSnippetContainerCode" style="display: block"><pre xml:space="preserve"><span class="keyword">public</span> <span class="keyword">static</span> <span class="identifier">Point</span> <span class="identifier">Create</span>(
2+
<span class="identifier">XYZ</span> <span class="parameter">coord</span>,
3+
<span class="identifier">ElementId</span> <span class="parameter">id</span>
4+
)</pre></div><div id="IDAB_code_Div2" class="codeSnippetContainerCode" style="display: none"><pre xml:space="preserve"><span class="keyword">Public</span> <span class="keyword">Shared</span> <span class="keyword">Function</span> <span class="identifier">Create</span> (
5+
<span class="parameter">coord</span> <span class="keyword">As</span> <span class="identifier">XYZ</span>,
6+
<span class="parameter">id</span> <span class="keyword">As</span> <span class="identifier">ElementId</span>
7+
) <span class="keyword">As</span> <span class="identifier">Point</span></pre></div><div id="IDAB_code_Div3" class="codeSnippetContainerCode" style="display: none"><pre xml:space="preserve"><span class="keyword">public</span>:
8+
<span class="keyword">static</span> <span class="identifier">Point</span>^ <span class="identifier">Create</span>(
9+
<span class="identifier">XYZ</span>^ <span class="parameter">coord</span>,
10+
<span class="identifier">ElementId</span>^ <span class="parameter">id</span>
11+
)</pre></div><div id="IDAB_code_Div4" class="codeSnippetContainerCode" style="display: none"><pre xml:space="preserve"><span class="keyword">static</span> <span class="keyword">member</span> <span class="identifier">Create</span> :
12+
<span class="parameter">coord</span> : <span class="identifier">XYZ</span> *
13+
<span class="parameter">id</span> : <span class="identifier">ElementId</span> <span class="keyword">-&gt;</span> <span class="identifier">Point</span> </pre></div></div></div><h4>Parameters</h4><dl><dt class="has-text-weight-normal"><span class="parameter">coord</span>  <a href="c2fd995c-95c0-58fb-f5de-f3246cbc5600.htm">XYZ</a></dt><dd> The coordinates where the point will be created.</dd><dt class="has-text-weight-normal"><span class="parameter">id</span>  <a href="44f3f7b1-3229-3404-93c9-dc5e70337dd6.htm">ElementId</a></dt><dd> The id of the GraphicsStyle element from which to apply the point properties.</dd></dl><h4>Return Value</h4><a href="9a9591f5-e6d2-6af5-8642-b14fdd1ee5ec.htm">Point</a><br /> A Point object.</div><div class="collapsibleAreaRegion"><span class="collapsibleRegionTitle" onclick="SectionExpandCollapse('seeAlso')" onkeypress="SectionExpandCollapse_CheckKey('seeAlso', event)" tabindex="0"><img id="seeAlsoToggle" class="collapseToggle" src="../icons/SectionExpanded.png" />See Also</span></div><div id="seeAlsoSection" class="collapsibleSection"><h4>Reference</h4><div><a href="9a9591f5-e6d2-6af5-8642-b14fdd1ee5ec.htm">Point Class</a></div><div><a href="fcc27c7e-5491-fea0-9adc-98db9e27076c.htm">Create Overload</a></div><div><a href="87546ba7-461b-c646-cbb1-2cb8f5bff8b2.htm">Autodesk.Revit.DB Namespace</a></div></div></div></div><div id="PageFooter" class="pageFooter"><div class="feedbackLink">Send comments on this topic to
14+
<a id="HT_MailLink" href="mailto:revitapifeedback%40autodesk.com?Subject=Revit%202025%20API">Autodesk</a></div>
15+
<script type="text/javascript">
16+
var HT_mailLink = document.getElementById("HT_MailLink");
17+
HT_mailLink.href += ": " + document.title + "\u0026body=" + encodeURIComponent("Your feedback is used to improve the documentation and the product. Your e-mail address will not be used for any other purpose and is disposed of after the issue you report is resolved. While working to resolve the issue that you report, you may be contacted via e-mail to get further details or clarification on the feedback you sent. After the issue you report has been addressed, you may receive an e-mail to let you know that your feedback has been addressed.");
18+
</script></div></body></html>

0 commit comments

Comments
 (0)