XFileSaveData.Id Property |
Language: |
Retrieves the globally unique identifier (GUID) of this XFileSaveData file data node.
Visual Basic .NET Public ReadOnly Property Id As Guid C# public Guid Id { get; } Managed C++ public: __property Guid get_Id(); JScript .NET public function get Id() : Guid
System.Guid . The globally unique identifier (GUID) of this file data node. If the object has no globally unique identifier (GUID), the returned value will be GUID_NULL.
This property is read-only.
Exception GraphicsException.ErrorCode Cause GraphicsException XFileErrorCodes.BadValue A variable is outside its expected range; typically returned when an object is invalid.
Feedback? Please provide us with your comments on this topic.