2023 Members
Changes 6
M

TemporaryGraphicsManager

Name Return Type Description Inherited From
M AddControl(InCanvasControlData, ElementId) int Creates an in-canvas control.
M Clear() None Clear all temporary graphics objects managed by this manager.
M Dispose() None Releases all resources used by the TemporaryGraphicsManager
M Equals None Determines whether the specified Object is equal to the current Object . (Inherited from Object .) Object .
M GetAll() ICollection<int> Returns all temporary graphics object indexes managed by this manager.
M GetHashCode None Serves as a hash function for a particular type. (Inherited from Object .) Object .
M GetTemporaryGraphicsManager(Document) Instance of TemporaryGraphicsManager. Gets a TemporaryGraphicsManager reference of the document.
M GetType None Gets the Type of the current instance. (Inherited from Object .) Object .
M RemoveControl(Int32) None Deletes the existing control identified by the unique index.
M SetVisibility(Int32, Boolean) None Changes the visibility of temporary graphics object.
M ToString None Returns a string that represents the current object. (Inherited from Object .) Object .
M UpdateControl(Int32, InCanvasControlData) None Updates the in-canvas control identified by the unique index.
Name Return Type Description Inherited From
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.