Item
SolutionXMLCollection indexer (1 of 2)
Gets the element at the specified index.
public SolutionXML this[int index] { get; }
| Parameter | Description | 
|---|---|
| index | 
See Also
- class SolutionXML
- class SolutionXMLCollection
- namespace Aspose.Diagram
- assembly Aspose.Diagram
SolutionXMLCollection indexer (2 of 2)
Gets the element at the specified attribute Name. Returns null if an element is not exist.
public SolutionXML this[string name] { get; }
| Parameter | Description | 
|---|---|
| name | 
See Also
- class SolutionXML
- class SolutionXMLCollection
- namespace Aspose.Diagram
- assembly Aspose.Diagram