Nevron .NET Vision
Nevron.Diagram Namespace / INSegments Interface
Properties Methods

In This Topic
    INSegments Interface Members
    In This Topic

    The following tables list the members exposed by INSegments.

    Public Properties
     NameDescription
     PropertyGets the element abilities (Inherited from Nevron.Diagram.INDiagramElement)
     PropertyGets the list of child attributes of this container (Inherited from Nevron.Dom.INAttributeContainer)
     PropertyGets / sets the id of the object (Inherited from Nevron.Dom.INIdentifiable)
     PropertyUser defined name of the element (Inherited from Nevron.Diagram.INDiagramElement)
     PropertyObtains the parent node in the hiearchy (Inherited from Nevron.Dom.INNode)
     PropertyGets the allowed element abilities (e.g its permissions) (Inherited from Nevron.Diagram.INDiagramElement)
     PropertyGets/sets the node points (in scene coordinates) (Inherited from Nevron.Diagram.INPoints)
     PropertyObtains the points count (Inherited from Nevron.Diagram.INPoints)
     PropertyGets/sets the element protection (Inherited from Nevron.Diagram.INDiagramElement)
     PropertyObtains the root node of the hiearchy (Inherited from Nevron.Dom.INNode)
     PropertyObtains the count of segments  
     PropertyGets/sets user defined data associated with the element (Inherited from Nevron.Dom.INElement)
     PropertyGets/sets the unique id of the object. (Inherited from Nevron.Dom.INUniquelyIdentifiable)
    Top
    Public Methods
     NameDescription
     Method (Inherited from System.ICloneable)
     MethodCreates an identical copy of the element, which differs only by the element unique id (Inherited from Nevron.Dom.INElement)
     MethodGets a child or descendant attribute by its name (Inherited from Nevron.Dom.INAttributeContainer)
     MethodGets the name of the specified child attribute (Inherited from Nevron.Dom.INAttributeContainer)
     MethodGets the point at the specified index (in scene coordinates) (Inherited from Nevron.Diagram.INPoints)
     MethodObtains information about the point at the specified index (Inherited from Nevron.Diagram.INPoints)
     MethodObtains information about the segment mid point  
     MethodMoves the segment to the specified location  
     MethodCalled by child or descendants attributes when an attribute has changed (Inherited from Nevron.Dom.INAttributeObserver)
     MethodCalled by child or descendants attributes when an attribute property has changed (Inherited from Nevron.Dom.INAttributeObserver)
     MethodCalled by child or descendants attributes when an attribute property is changing (Inherited from Nevron.Dom.INAttributeObserver)
     MethodRegisters the specified element with the index (Inherited from Nevron.Dom.INElement)
     MethodReplaces any foreign Ids (references to other nodes) (Inherited from Nevron.Dom.INElement)
     MethodSets a child or descendant attribute by its name (Inherited from Nevron.Dom.INAttributeContainer)
     MethodSets the point at the specified index (in scene coordinates) (Inherited from Nevron.Diagram.INPoints)
     MethodSplits the specified segment and returns information about the point, which can be subsequently translated  
     MethodGet the line segments forming this node.  
     MethodUnregisters the element from the index and returns its Id. Returns -1 if id was never assigned. (Inherited from Nevron.Dom.INElement)
    Top
    See Also