ArcFM Responder Mobile Developer Guide
Empty Property (GlobalObjectId)






Gets an empty global object ID instance.
Syntax
'Declaration
 
Public Shared ReadOnly Property Empty As GlobalObjectId
'Usage
 
Dim value As GlobalObjectId
 
value = GlobalObjectId.Empty
public static GlobalObjectId Empty {get;}
public read-only property Empty: GlobalObjectId; static; 
public static function get Empty : GlobalObjectId
public: __property static GlobalObjectId get_Empty();
public:
static property GlobalObjectId Empty {
   GlobalObjectId get();
}

Property Value

The empty global object ID instance.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GlobalObjectId Structure
GlobalObjectId Members

Send Feedback