GeometryCollectionEnvelope 属性 |
几何对象的包络矩形框(当为空时,会调用ResetBoundingBox来重置,注:IPoint 和 IBoundingBox 内部参数改变后无需重置)
命名空间:
GISShare.SMap.Geometry
程序集:
GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public IBoundingBox Envelope { get; }
Public ReadOnly Property Envelope As IBoundingBox
Get
public:
virtual property IBoundingBox^ Envelope {
IBoundingBox^ get () sealed;
}
abstract Envelope : IBoundingBox with get
override Envelope : IBoundingBox with get
属性值
类型:
IBoundingBox实现
IGeometryEnvelope
参见