Click or drag to resize

EntityFactoryQosPolicyAutoenableCreatedEntities Property

Gets or sets the value for the autoenable created entities. A value equals indicates that the factory create operation will automatically invoke the enable operation each time a new Entity is created. A value equals indicates that the Entity will not be automatically enabled. The application will need to enable it explicitly by means of the enable operation. The default value for this property is

Namespace:  OpenDDSharp.DDS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public bool AutoenableCreatedEntities { get; set; }

Property Value

Type: Boolean
See Also