Share

IManagedCentermark Interface


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

Syntax

VB

Public Interface IManagedCentermark
	Inherits IManagedItem(Of Centermark)

C#

public interface IManagedCentermark : IManagedItem<Centermark>

The IManagedCentermark type exposes the following members.

Properties

  NameDescription
Public propertyName
Gets the name of the item.
(Inherited from IManagedItem(T).)
Public propertyNativeEntity
Gets the native Inventor API entity that is being managed.
(Inherited from IManagedItem(T).)

See Also

Reference

Was this information helpful?