BoundingBoxRequiredRendermodes Property |
Namespace: Telogis.GeoBase
// Create a BoundingBox BoundingBox bb1 = new BoundingBox(); Console.WriteLine("The required RenderMode of this BoundingBox is {0}", bb1.RequiredRendermodes); // Prints 'The required RenderMode of this BoundingBox is PostLabelling'