BDPSpatialObjectInfo

Objective-C

@protocol BDPSpatialObjectInfo <BDPSpatialObject>

Swift

protocol BDPSpatialObjectInfo : BDPSpatialObject

Objects having an inherent BDGeometry “geometry”.

  • The name of this object that was entered into Canvas

    Declaration

    Objective-C

    @property (copy, readonly) NSString *name;

    Swift

    var name: String! { get }
  • The description of this object that was entered into Canvas

    Declaration

    Objective-C

    @property (copy, readonly) NSString *description;

    Swift

    var description: String! { get }
  • ID

    The description of this ID of the object

    Declaration

    Objective-C

    @property (copy, readonly) NSString *ID;

    Swift

    var id: String! { get }
  • The geometry of this object that was defined in Canvas

    Declaration

    Objective-C

    @property (readonly) BDGeometry *geometry;

    Swift

    var geometry: BDGeometry! { get }