Provides access to members that enumerate through diagram templates.
Members
Name | Description | |
---|---|---|
Count | Number of items in the diagram template enumeration. | |
Next | Retrieves the next diagram template in the enumeration sequence. | |
Reset | Resets the enumeration sequence to the beginning. |
IEnumDiagramTemplate.Count Property
Number of items in the diagram template enumeration.
Public ReadOnly Property Count As Integer
public int Count {get;}
IEnumDiagramTemplate.Next Method
Retrieves the next diagram template in the enumeration sequence.
Public Function Next ( _
) As IDiagramTemplate
public IDiagramTemplate Next (
);
IEnumDiagramTemplate.Reset Method
Resets the enumeration sequence to the beginning.
Public Sub Reset ( _
)
public void Reset (
);
Classes that implement IEnumDiagramTemplate
Classes | Description |
---|