NXOpen .NET Reference  12.0.0
Public Member Functions | Protected Member Functions | List of all members
NXOpen.PDM.PdmFile Class Reference

Contains methods for accessing PDM file data. More...

Inheritance diagram for NXOpen.PDM.PdmFile:

Public Member Functions

unsafe string GetFileName ()
 Get the file name of a PDM file. More...
 
unsafe string GetFileLastModifiedDate ()
 Get the last modified date of a PDM file. More...
 
unsafe string GetFileSize ()
 Get the file size of a PDM file. More...
 

Protected Member Functions

override void FreeResource ()
 Free resources associated with the instance. More...
 

Detailed Description

Contains methods for accessing PDM file data.

Created in NX11.0.0

Member Function Documentation

override void NXOpen.PDM.PdmFile.FreeResource ( )
protected

Free resources associated with the instance.

After this method is called, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector.

Created in NX11.0.0

License requirements: None.

unsafe string NXOpen.PDM.PdmFile.GetFileLastModifiedDate ( )

Get the last modified date of a PDM file.

Created in NX11.0.0

License requirements: None.

Returns
unsafe string NXOpen.PDM.PdmFile.GetFileName ( )

Get the file name of a PDM file.

Created in NX11.0.0

License requirements: None.

Returns
unsafe string NXOpen.PDM.PdmFile.GetFileSize ( )

Get the file size of a PDM file.

Created in NX11.0.0

License requirements: None.

Returns

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