C# Class SelectionInfo.OccurrenceInfo

This class extends DocumentInfo with information specific to Inventor.ComponentOccurrence objects.
Inheritance: SelectionInfo.DocumentInfo
ファイルを表示 Open project: CADstudioCZ/Autodesk-Inventor

Private Properties

Property Type Description

Public Methods

Method Description
OccurrenceInfo ( ComponentOccurrence occurrence ) : System.ComponentModel

Initializes a new instance of the OccurrenceInfo class.

Method Details

OccurrenceInfo() public method

Initializes a new instance of the OccurrenceInfo class.
public OccurrenceInfo ( ComponentOccurrence occurrence ) : System.ComponentModel
occurrence ComponentOccurrence The Inventor.ComponentOccurrence object.
return System.ComponentModel