SlabShapeVertexArrayAppend Method |
Add the item to the end of the array.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic virtual void Append(
SlabShapeVertex item
)
Public Overridable Sub Append (
item As SlabShapeVertex
)
public:
virtual void Append(
SlabShapeVertex^ item
)
abstract Append :
item : SlabShapeVertex -> unit
override Append :
item : SlabShapeVertex -> unit
Parameters
- item SlabShapeVertex
- The item to be added.
See Also