CartographicZoneConstraintIsInclusion Property |
Gets or sets a value indicating whether access is satisfied inside or outside the
cartographic zone represented by this constraint.
Namespace:
AGI.Foundation.Access.Constraints
Assembly:
AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool IsInclusion { get; set; }
Public Property IsInclusion As Boolean
Get
Set
public:
property bool IsInclusion {
bool get ();
void set (bool value);
}
member IsInclusion : bool with get, set
Property Value
Type:
BooleanSee Also