SpatialEntity.Properties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the key/value store of metadata for this spatial entity.
public:
property ValueSet ^ Properties { ValueSet ^ get(); };
ValueSet Properties();
public ValueSet Properties { get; }
var valueSet = spatialEntity.properties;
Public ReadOnly Property Properties As ValueSet
Property Value
The metadata.