Class DocumentIdentifier
Inheritance
DocumentIdentifier
Assembly: NXOpen.dll
Syntax
public class DocumentIdentifier : TransientObject, IMessageSink, IDisposable
Constructors
DocumentIdentifier(nint)
Declaration
protected DocumentIdentifier(nint ptr)
Parameters
Type |
Name |
Description |
nint |
ptr |
|
Properties
DateModified
Declaration
public string DateModified { get; }
Property Value
DocumentUrn
Declaration
public string DocumentUrn { get; }
Property Value
FileSize
Declaration
public double FileSize { get; }
Property Value
LastSavedClientId
Declaration
public string LastSavedClientId { get; }
Property Value
LockInfo
Declaration
public DocumentIdentifier.LockInformation LockInfo { get; }
Property Value
Name
Declaration
public string Name { get; }
Property Value
Owner
Declaration
public string Owner { get; }
Property Value
RevisionUrn
Declaration
public string RevisionUrn { get; }
Property Value
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
Implements
System.Runtime.Remoting.Messaging.IMessageSink