NXOpen .NET Reference  12.0.0
Public Types | Public Member Functions | List of all members
NXOpen.AME.DB.DocumentStructure Class Reference

Class to define Document Structure object More...

Inheritance diagram for NXOpen.AME.DB.DocumentStructure:

Public Types

enum  Attribute {
  None, Function, Location, Product,
  Dcc
}
 Represents the attribute for Document Structure More...
 

Public Member Functions

unsafe void SetDocumentStructure (NXOpen.AME.DB.DocumentStructure.Attribute firstAttr, NXOpen.AME.DB.DocumentStructure.Attribute secondAttr, NXOpen.AME.DB.DocumentStructure.Attribute thirdAttr, NXOpen.AME.DB.DocumentStructure.Attribute fourthAttr)
 Set all four attributes of Document Structure order in sequence. More...
 
unsafe void SetDocumentStructure (NXOpen.AME.DB.DocumentStructure.Attribute firstAttr, NXOpen.AME.DB.DocumentStructure.Attribute secondAttr, NXOpen.AME.DB.DocumentStructure.Attribute thirdAttr)
 Set any three attributes of Document Structure order in sequence More...
 
unsafe void SetDocumentStructure (NXOpen.AME.DB.DocumentStructure.Attribute firstAttr, NXOpen.AME.DB.DocumentStructure.Attribute secondAttr)
 Set any two attributes of Document Structure order in sequence. More...
 
unsafe void SetDocumentStructure (NXOpen.AME.DB.DocumentStructure.Attribute firstAttr)
 Set any one attribute of Document Structure order. More...
 
unsafe string GetDocumentStructureString ()
 Get the Document Structure string from Document Structur object. More...
 
unsafe void SetClassificationCode (string dccString)
 Set the Classification Code. More...
 
unsafe string GetClassificationCode ()
 Get the Classification Code. More...
 

Detailed Description

Class to define Document Structure object

This object does not need a creator.

Created in NX11.0.0

Member Enumeration Documentation

Represents the attribute for Document Structure

Enumerator
None 
Function 
Location 
Product 
Dcc 

Member Function Documentation

unsafe string NXOpen.AME.DB.DocumentStructure.GetClassificationCode ( )

Get the Classification Code.

Created in NX11.0.0

License requirements: ad_automation_design ("FULL AUTOMATION DESIGNER")

Returns
unsafe string NXOpen.AME.DB.DocumentStructure.GetDocumentStructureString ( )

Get the Document Structure string from Document Structur object.

Created in NX11.0.0

License requirements: ad_automation_design ("FULL AUTOMATION DESIGNER")

Returns
unsafe void NXOpen.AME.DB.DocumentStructure.SetClassificationCode ( string  dccString)

Set the Classification Code.

Created in NX11.0.0

License requirements: ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
dccString
unsafe void NXOpen.AME.DB.DocumentStructure.SetDocumentStructure ( NXOpen.AME.DB.DocumentStructure.Attribute  firstAttr,
NXOpen.AME.DB.DocumentStructure.Attribute  secondAttr,
NXOpen.AME.DB.DocumentStructure.Attribute  thirdAttr,
NXOpen.AME.DB.DocumentStructure.Attribute  fourthAttr 
)

Set all four attributes of Document Structure order in sequence.

Created in NX11.0.0

License requirements: ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
firstAttr
secondAttr
thirdAttr
fourthAttr
unsafe void NXOpen.AME.DB.DocumentStructure.SetDocumentStructure ( NXOpen.AME.DB.DocumentStructure.Attribute  firstAttr,
NXOpen.AME.DB.DocumentStructure.Attribute  secondAttr,
NXOpen.AME.DB.DocumentStructure.Attribute  thirdAttr 
)

Set any three attributes of Document Structure order in sequence

Created in NX11.0.0

License requirements: ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
firstAttr
secondAttr
thirdAttr
unsafe void NXOpen.AME.DB.DocumentStructure.SetDocumentStructure ( NXOpen.AME.DB.DocumentStructure.Attribute  firstAttr,
NXOpen.AME.DB.DocumentStructure.Attribute  secondAttr 
)

Set any two attributes of Document Structure order in sequence.

Created in NX11.0.0

License requirements: ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
firstAttr
secondAttr
unsafe void NXOpen.AME.DB.DocumentStructure.SetDocumentStructure ( NXOpen.AME.DB.DocumentStructure.Attribute  firstAttr)

Set any one attribute of Document Structure order.

Created in NX11.0.0

License requirements: ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
firstAttr

The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.