Click or drag to resize

IMcBasicFeaturesOwner Property

The object instance owning this IMcBasicFeatures instance

Namespace:  MediaCy.IQL.Features
Assembly:  MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Property Owner As Object
	Get

Property Value

Type: Object
Remarks
The Owner will typically be an instance of IMcPoints, IMcLines or IMcRegions2. The BasicType property will identify which type of Owner is exposed.
See Also