TriangleInShellComponent Constructor |
Creates a copy of the given TriangleInShellComponent
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic TriangleInShellComponent(
TriangleInShellComponent other
)
Public Sub New (
other As TriangleInShellComponent
)
public:
TriangleInShellComponent(
TriangleInShellComponent^ other
)
new :
other : TriangleInShellComponent -> TriangleInShellComponent
Parameters
- other TriangleInShellComponent
-
Exceptions
See Also