Namespace: Autodesk.iLogic.Interfaces
Assembly: Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 30.0
Syntax
VB
Public Interface IManagedCentermarks Inherits IManagedCollectionWrapper(Of Centermarks, IManagedCentermark, Centermark)
C#
public interface IManagedCentermarks : IManagedCollectionWrapper<Centermarks, IManagedCentermark, Centermark>
The IManagedCentermarks type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | NativeEntity |
Returns the native Inventor API collection that is wrapped.
(Inherited from IManagedCollectionWrapper(T, TManagedItem, TUnmanagedItem).) |
Methods
Name | Description | |
---|---|---|
![]() | Add |
Method that creates a center mark relative to drawing geometry. This can result in a center mark at the origin of a punch center if the specified geometry is the edge of a punch and the AtPunchCenter argument is true.
|
![]() | AddByCenterOfGravity |
Method that creates a center mark at the center of gravity of the model in the input drawing view. This will fail in the case where the view does not contain any solid parts.
|
![]() | AddByWorkFeature |
Method that creates a center mark that represents the work feature within the drawing view.
|
![]() | ItemByName |
Gets the item with the given name. Throws an exception if none is found.
(Inherited from IManagedCollectionWrapper(T, TManagedItem, TUnmanagedItem).) |
![]() | ManagedItem |
Returns the corresponding managed item for given native (Inventor API) item.
Returns Nothing if it is not a managed or named item.
(Inherited from IManagedCollectionWrapper(T, TManagedItem, TUnmanagedItem).) |