Class MutableFeatureBase
Represents a Feature instance whose properties can be modified
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OSGeo.MapGuide.MaestroAPI.Feature
Assembly: OSGeo.MapGuide.MaestroAPI.dll
Syntax
public class MutableFeatureBase : MutableRecordBase, IRecordReset, IMutableFeature, IMutableRecord, IRecord, IRecordInitialize
Constructors
| Improve this Doc View SourceMutableFeatureBase(IRecordInitialize, ClassDefinition)
Creates a new instance
Declaration
protected MutableFeatureBase(IRecordInitialize feature, ClassDefinition source)
Parameters
Type | Name | Description |
---|---|---|
IRecordInitialize | feature | |
ClassDefinition | source |
MutableFeatureBase(MutableFeatureBase)
Creates a new instance
Declaration
protected MutableFeatureBase(MutableFeatureBase feat)
Parameters
Type | Name | Description |
---|---|---|
MutableFeatureBase | feat |
Fields
| Improve this Doc View Source_clsDef
The class definition
Declaration
protected ClassDefinition _clsDef
Field Value
Type | Description |
---|---|
ClassDefinition |
Properties
| Improve this Doc View SourceClassDefinition
Gets the associated class definition
Declaration
public ClassDefinition ClassDefinition { get; }
Property Value
Type | Description |
---|---|
ClassDefinition |