Click or drag to resize

ManifestTableActiveObjectCount Method

Total number of items in the manifest, including deleted items.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public int ActiveObjectCount(
	ModelComponentType type
)

Parameters

type
Type: Rhino.DocObjectsModelComponentType

[Missing <param name="type"/> documentation for "M:Rhino.FileIO.ManifestTable.ActiveObjectCount(Rhino.DocObjects.ModelComponentType)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Rhino.FileIO.ManifestTable.ActiveObjectCount(Rhino.DocObjects.ModelComponentType)"]

See Also