Delegate VisualReportManager.GetDateTypePropertyValue
Assembly: NXOpen.dll
Syntax
public delegate NXObject.ComputationalTime GetDateTypePropertyValue(NXObject nxObject);
Parameters
Returns
Constructors
GetDateTypePropertyValue(Object, IntPtr)
Declaration
public GetDateTypePropertyValue(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(NXObject, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(NXObject nxObject, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
NXObject |
nxObject |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
Type |
Description |
System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual NXObject.ComputationalTime EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Returns
Invoke(NXObject)
Declaration
public virtual NXObject.ComputationalTime Invoke(NXObject nxObject)
Parameters
Returns