Share

IManagedCenterlines Interface


Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 30.0

Syntax

VB

Public Interface IManagedCenterlines
	Inherits IManagedCollectionWrapper(Of Centerlines, IManagedCenterline, Centerline)

C#

public interface IManagedCenterlines : IManagedCollectionWrapper<Centerlines, IManagedCenterline, Centerline>

The IManagedCenterlines type exposes the following members.

Properties

  NameDescription
Public propertyNativeEntity
Returns the native Inventor API collection that is wrapped.
(Inherited from IManagedCollectionWrapper(T, TManagedItem, TUnmanagedItem).)

Methods

  NameDescription
Public methodAdd
Method that creates a new centerline. The centerline created with this method is kRegularCenterline type.
Public methodAddBisector
Method that creates a new bisector centerline. The centerline created with this method is kBisectorCenterline type.
Public methodAddByWorkFeature
Method that creates a center line that represents the work feature within the drawing view.
Public methodAddCenteredPattern
Method that creates a new centerline pattern. The centerline created with this method is kCenteredPatternCenterline type.
Public methodItemByName
Gets the item with the given name. Throws an exception if none is found.
(Inherited from IManagedCollectionWrapper(T, TManagedItem, TUnmanagedItem).)
Public methodManagedItem
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).)

See Also

Reference

Was this information helpful?