| Application |
Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned. |
| ContainingOccurrence |
Property that returns the ComponentOccurrence that the native object is being referenced through. The returned occurrence is the containing occurrence. |
| Curve |
Property that returns the geometry of the entity. The geometry is returned such that the entities are connected in a head-to-tail fashion. |
| CurveType |
Property that returns the type of the curve referenced by the path entity. This property allows you to determine what type of object will be returned by the Curve property. |
| NativeObject |
Gets the object in the context of the definition instead of the containing assembly. |
| OpposedToSketchEntity |
Property that returns a Boolean indicating if the parametric flow of the path entity is in the same direction as the sketch entity it was derived from. |
| Parent |
Property that returns the parent Path of the entity. |
| SketchEntity |
Property that gets the sketch entity (2D or 3D) this entity was derived from. |
| Type |
Returns an ObjectTypeEnum indicating this object's type. |