Interface IImageReferenceImage
Represents an image refrence
Inherited Members
Namespace: OSGeo.MapGuide.ObjectModels.SymbolDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IImageReferenceImage : IImageBase
Properties
| Improve this Doc View SourceReference
Gets or sets the reference.
Declaration
IImageReference Reference { get; set; }
Property Value
Type | Description |
---|---|
IImageReference | The reference. |