PointFromArchive<TEntity>.EntityIdentifier Property |
Gets or sets the identifier of the entity whose position is to be obtained from the archive.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Object EntityIdentifier { get; set; }
Public Property EntityIdentifier As Object
Get
Set
public:
property Object^ EntityIdentifier {
Object^ get ();
void set (Object^ value);
}
member EntityIdentifier : Object with get, set
Property Value
Type:
Object
See Also