Class VisualReport
Assembly: NXOpen.dll
Syntax
public class VisualReport : NXObject, IMessageSink, INXObject
Constructors
VisualReport()
Declaration
Properties
BitmapName
Declaration
public string BitmapName { get; set; }
Property Value
CustomMessage
Declaration
public string CustomMessage { get; set; }
Property Value
Description
Declaration
public string Description { get; set; }
Property Value
DescriptiveCategory
Declaration
public string DescriptiveCategory { get; set; }
Property Value
DestinationTeamcenterFolder
Declaration
public string DestinationTeamcenterFolder { get; set; }
Property Value
Filename
Declaration
public string Filename { get; set; }
Property Value
IsUnmatchedGroupEnabled
Declaration
public bool IsUnmatchedGroupEnabled { get; set; }
Property Value
ReportContext
Declaration
public VisualReport.ReportContextOption ReportContext { get; set; }
Property Value
ReportingObjectType
Declaration
public VisualReport.ReportingObjectTypeOption ReportingObjectType { get; set; }
Property Value
ReportingStyle
Declaration
public VisualReport.ReportingStyleOption ReportingStyle { get; set; }
Property Value
SaveDestination
Declaration
public VisualReport.SaveDestinationOption SaveDestination { get; set; }
Property Value
ScopeType
Declaration
public VisualReport.ScopeTypeOption ScopeType { get; }
Property Value
UnmatchedGroupLabel
Declaration
public GroupLabel UnmatchedGroupLabel { get; }
Property Value
UnmatchedResultCategory
Declaration
public UnmatchedResultCategory UnmatchedResultCategory { get; }
Property Value
Methods
GetAllDefinedProperties()
Declaration
public Property[] GetAllDefinedProperties()
Returns
GetGroupLabels()
Declaration
public GroupLabel[] GetGroupLabels()
Returns
GetGroupLabelsOfResultCategory(ResultCategory)
Declaration
public GroupLabel[] GetGroupLabelsOfResultCategory(ResultCategory category)
Parameters
Returns
GetKeywords()
Declaration
public string GetKeywords()
Returns
GetObjectTypes()
Declaration
public VisualReport.ObjectTypeOption[] GetObjectTypes()
Returns
GetObjectsInGroup(GroupLabel)
Declaration
public NXObject[] GetObjectsInGroup(GroupLabel groupLabel)
Parameters
Returns
GetPropertyValueOfObject(Property, GroupLabel, NXObject)
Declaration
public string GetPropertyValueOfObject(Property property, GroupLabel groupLabel, NXObject nxObject)
Parameters
Returns
GetResultCategories()
Declaration
public ResultCategory[] GetResultCategories()
Returns
GetRule(int)
Declaration
public Rule GetRule(int index)
Parameters
Type |
Name |
Description |
int |
index |
|
Returns
GetRules()
Declaration
Returns
RemoveResultCategory(ResultCategory)
Declaration
public void RemoveResultCategory(ResultCategory theCategory)
Parameters
Save()
Declaration
SetKeywords(string)
Declaration
public void SetKeywords(string keywords)
Parameters
Type |
Name |
Description |
string |
keywords |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink