RTI Connext C# API  6.1.2
ExclusiveAreaBuilder Class Reference

A modifiable type used to create an immutable ExclusiveArea More...

Public Member Functions

 ExclusiveAreaBuilder (ExclusiveArea data)
 Creates a builder with the values of an existing immutable instance More...
 
ExclusiveArea Build ()
 Creates a new ExclusiveArea immutable object from this one. More...
 

Properties

bool UseSharedExclusiveArea [get, set]
 Whether the Entity is protected by its own exclusive area or the shared exclusive area. More...
 

Detailed Description

A modifiable type used to create an immutable ExclusiveArea

Constructor & Destructor Documentation

◆ ExclusiveAreaBuilder()

Creates a builder with the values of an existing immutable instance

Member Function Documentation

◆ Build()

ExclusiveArea Build ( )

Creates a new ExclusiveArea immutable object from this one.

Property Documentation

◆ UseSharedExclusiveArea

bool UseSharedExclusiveArea
getset

Whether the Entity is protected by its own exclusive area or the shared exclusive area.

The full documentation is available in the C API: DDS_ExclusiveAreaQosPolicy::use_shared_exclusive_area