FDO .NET API Reference Feature Data Objects
OSGeo::FDO::Schema::ObjectPropertyDefinition::ObjectPropertyDefinition ( System::String *  name,
System::String *  description,
System::Boolean  system 
)

Constructs an instance of an ObjectPropertyDefinition using the specified arguments.

Parameters:
name Input name
description Input description
system Input true if this is a system generated property, otherwise false.
Note: A client would never set system to true, only a provider.


Comments or suggestions? Send us feedback.