Class FbxTimeSpan
Inheritance
System.Object
FbxTimeSpan
Syntax
public class FbxTimeSpan : IDisposable
Constructors
FbxTimeSpan()
Declaration
FbxTimeSpan(FbxTime, FbxTime)
Declaration
public FbxTimeSpan(FbxTime pStart, FbxTime pStop)
Parameters
Fields
swigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
| Type |
Description |
| System.Boolean |
|
Methods
Dispose()
Declaration
public virtual void Dispose()
Equals(FbxTimeSpan)
Declaration
public bool Equals(FbxTimeSpan other)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
| Type |
Name |
Description |
| System.Object |
obj |
|
Returns
| Type |
Description |
| System.Boolean |
|
Overrides
System.Object.Equals(System.Object)
Finalize()
Declaration
protected void Finalize()
GetDirection()
Declaration
public int GetDirection()
Returns
| Type |
Description |
| System.Int32 |
|
GetDuration()
Declaration
public FbxTime GetDuration()
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type |
Description |
| System.Int32 |
|
Overrides
System.Object.GetHashCode()
GetSignedDuration()
Declaration
public FbxTime GetSignedDuration()
Returns
GetStart()
Declaration
public FbxTime GetStart()
Returns
GetStop()
Declaration
Returns
Intersect(FbxTimeSpan)
Declaration
public FbxTimeSpan Intersect(FbxTimeSpan pTime)
Parameters
Returns
IsInside(FbxTime)
Declaration
public bool IsInside(FbxTime pTime)
Parameters
| Type |
Name |
Description |
| FbxTime |
pTime |
|
Returns
| Type |
Description |
| System.Boolean |
|
Set(FbxTime, FbxTime)
Declaration
public void Set(FbxTime pStart, FbxTime pStop)
Parameters
SetStart(FbxTime)
Declaration
public void SetStart(FbxTime pStart)
Parameters
| Type |
Name |
Description |
| FbxTime |
pStart |
|
SetStop(FbxTime)
Declaration
public void SetStop(FbxTime pStop)
Parameters
| Type |
Name |
Description |
| FbxTime |
pStop |
|
UnionAssignment(FbxTimeSpan)
Declaration
public void UnionAssignment(FbxTimeSpan pSpan)
Parameters
UnionAssignment(FbxTimeSpan, Int32)
Declaration
public void UnionAssignment(FbxTimeSpan pSpan, int pDirection)
Parameters
| Type |
Name |
Description |
| FbxTimeSpan |
pSpan |
|
| System.Int32 |
pDirection |
|
Operators
Equality(FbxTimeSpan, FbxTimeSpan)
Declaration
public static bool operator ==(FbxTimeSpan a, FbxTimeSpan b)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
Inequality(FbxTimeSpan, FbxTimeSpan)
Declaration
public static bool operator !=(FbxTimeSpan a, FbxTimeSpan b)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|