2024 Class
Changes 0
C

IndexPoint

Description:
A point primitive consisting of one index.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.DirectContext3D.IndexPrimitive
    Autodesk.Revit.DB.DirectContext3D.IndexPoint
public class IndexPoint : IndexPrimitive
Name Return Type Description Inherited From
C IndexPoint(Int32) None Constructs the point primitive.
Name Return Type Description Inherited From
M GetSizeInShortInts() int Gets the amount of storage that the primitive takes up in a buffer, measured in short integers.
M Dispose() None Releases all resources used by the IndexPrimitive
Name Return Type Description Inherited From
P Index int The index of the point's vertex.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity. IndexPrimitive