CartographicZoneConstraint.IsInclusion 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
Boolean
See Also