IExpressEntity::ID

 
The ID of the eXpress entity as a long.
 
This property is read/write.
 

Syntax

 
C++
 
 
HRESULT put_ID(
                long ID;
);
 
HRESULT get_ID(
                long *ID;
);
 
 

Property Value

 
The ID to get or set using a long.
 

Error codes

 
The possible return values include E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED, E_FAIL, and S_OK.
 

See Also