Class GraphicalReportCollection
Inheritance
GraphicalReportCollection
Assembly: NXOpen.dll
Syntax
public class GraphicalReportCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
GraphicalReportCollection()
Declaration
protected GraphicalReportCollection()
GraphicalReportCollection(MarginSolution)
Declaration
protected GraphicalReportCollection(MarginSolution owner)
Parameters
Properties
Tag
Declaration
Property Value
Methods
CreateGraphicalReportBuilder(GraphicalReport)
Declaration
public GraphicalReportBuilder CreateGraphicalReportBuilder(GraphicalReport graphicalReport)
Parameters
Returns
DeleteGraphicalReport(GraphicalReport)
Declaration
public void DeleteGraphicalReport(GraphicalReport graphicalReport)
Parameters
EnumerateMoveNext(ref Tag, byte[])
Declaration
protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
Parameters
| Type |
Name |
Description |
| Tag |
currentTag |
|
| byte[] |
state |
|
Returns
Overrides
FindObject(string)
Declaration
public GraphicalReport FindObject(string title)
Parameters
| Type |
Name |
Description |
| string |
title |
|
Returns
ToArray()
Declaration
public GraphicalReport[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink