EnhancedShapeEngine Property (IFeatures)
In This Topic
Gets or sets whether to use the new enhanced shape engine.
Syntax
'Declaration
Property EnhancedShapeEngine As Boolean
'Usage
Dim instance As IFeatures
Dim value As Boolean
instance.EnhancedShapeEngine = value
value = instance.EnhancedShapeEngine
bool EnhancedShapeEngine {get; set;}
See Also