Interface IFeatureCommand
Defines a command that works against a Feature Class of a Feature Source
Inherited Members
Namespace: OSGeo.MapGuide.MaestroAPI.Commands
Assembly: OSGeo.MapGuide.MaestroAPI.dll
Syntax
public interface IFeatureCommand : ICommand
Properties
| Improve this Doc View SourceClassName
Gets or sets the Feature Class name
Declaration
string ClassName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FeatureSourceId
Gets or sets the Feature Source ID
Declaration
string FeatureSourceId { get; set; }
Property Value
Type | Description |
---|---|
System.String |