EntityAxesTEntityEntityParameter Property |
Gets or sets the entity parameter specifying the entity from which this axes should get its orientation.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public EntityParameter<TEntity> EntityParameter { get; set; }
Public Property EntityParameter As EntityParameter(Of TEntity)
Get
Set
public:
property EntityParameter<TEntity>^ EntityParameter {
EntityParameter<TEntity>^ get ();
void set (EntityParameter<TEntity>^ value);
}
member EntityParameter : EntityParameter<'TEntity> with get, set
Property Value
Type:
EntityParameterTEntitySee Also