Class FbxDocumentInfo
Inheritance
System.Object
FbxDocumentInfo
Syntax
public class FbxDocumentInfo : FbxObject, IDisposable, IEquatable<FbxEmitter>
Properties
EmbeddedUrl
Declaration
public FbxPropertyString EmbeddedUrl { get; }
Property Value
LastSaved
Declaration
public FbxProperty LastSaved { get; }
Property Value
LastSaved_ApplicationName
Declaration
public FbxPropertyString LastSaved_ApplicationName { get; }
Property Value
LastSaved_ApplicationVendor
Declaration
public FbxPropertyString LastSaved_ApplicationVendor { get; }
Property Value
LastSaved_ApplicationVersion
Declaration
public FbxPropertyString LastSaved_ApplicationVersion { get; }
Property Value
LastSavedUrl
Declaration
public FbxPropertyString LastSavedUrl { get; }
Property Value
mAuthor
Declaration
public string mAuthor { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string mComment { get; set; }
Property Value
Type |
Description |
System.String |
|
mKeywords
Declaration
public string mKeywords { get; set; }
Property Value
Type |
Description |
System.String |
|
mRevision
Declaration
public string mRevision { get; set; }
Property Value
Type |
Description |
System.String |
|
mSubject
Declaration
public string mSubject { get; set; }
Property Value
Type |
Description |
System.String |
|
mTitle
Declaration
public string mTitle { get; set; }
Property Value
Type |
Description |
System.String |
|
Original
Declaration
public FbxProperty Original { get; }
Property Value
Original_ApplicationName
Declaration
public FbxPropertyString Original_ApplicationName { get; }
Property Value
Original_ApplicationVendor
Declaration
public FbxPropertyString Original_ApplicationVendor { get; }
Property Value
Original_ApplicationVersion
Declaration
public FbxPropertyString Original_ApplicationVersion { get; }
Property Value
Original_FileName
Declaration
public FbxPropertyString Original_FileName { get; }
Property Value
Url
Declaration
public FbxPropertyString Url { get; }
Property Value
Methods
Clear()
Declaration
Create(FbxManager, String)
Declaration
public static FbxDocumentInfo Create(FbxManager pManager, string pName)
Parameters
Type |
Name |
Description |
FbxManager |
pManager |
|
System.String |
pName |
|
Returns
Create(FbxObject, String)
Declaration
public static FbxDocumentInfo Create(FbxObject pContainer, string pName)
Parameters
Type |
Name |
Description |
FbxObject |
pContainer |
|
System.String |
pName |
|
Returns
Equals(FbxDocumentInfo)
Declaration
public bool Equals(FbxDocumentInfo 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
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
Operators
Equality(FbxDocumentInfo, FbxDocumentInfo)
Declaration
public static bool operator ==(FbxDocumentInfo a, FbxDocumentInfo b)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Inequality(FbxDocumentInfo, FbxDocumentInfo)
Declaration
public static bool operator !=(FbxDocumentInfo a, FbxDocumentInfo b)
Parameters
Returns
Type |
Description |
System.Boolean |
|