BDPSpatialObjectInfo

@protocol BDPSpatialObjectInfo <BDPSpatialObject>

/// The name of this object that was entered into Canvas
@property (copy,readonly) NSString  *name;

/// The description of this object that was entered into Canvas
@property (copy,readonly) NSString *description;

/// The description of this ID of the object
@property (copy,readonly) NSString *ID;

/// The geometry of this object that was defined in Canvas
@property (readonly) BDGeometry *geometry;

@end

Undocumented

  • The name of this object that was entered into Canvas

    Declaration

    Objective-C

    @property (copy, readonly) NSString *name;
  • The description of this object that was entered into Canvas

    Declaration

    Objective-C

    @property (copy, readonly) NSString *description;
  • ID

    The description of this ID of the object

    Declaration

    Objective-C

    @property (copy, readonly) NSString *ID;
  • The geometry of this object that was defined in Canvas

    Declaration

    Objective-C

    @property (readonly) BDGeometry *geometry;