获取或设置地下是否可见。true 表示地下可见;false 表示地下不可见。
命名空间:
SuperMap.Realspace程序集: SuperMap.Realspace (in SuperMap.Realspace)
版本: dll
语法
C# |
---|
public bool IsVisible { get; set; } |
字段值
默认值为 false,即地下不可见。备注
只有当 AltitudeMode.RelativeToUnderground 且相机高度不大于 10,000 米(即属性 Camera.Altitude 的值不大于 10,000)时,设置属性地下可见的效果才可见,即属性 IsVisible 为 true 的效果可见。